include/basic/sbuno.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 681e113fae0b1baca6501326dfd249d26b5f68a4
Author:     Omkar Santosh Nikam <omkar.nikam.2...@gmail.com>
AuthorDate: Wed Apr 17 14:51:02 2024 +0530
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Wed Apr 17 17:53:54 2024 +0200

    tdf#143148: Use pragma once instead of include guards
    
    Change-Id: I2beda26661abb57ffa7b7d6e404eb5f5a26ca5b1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166162
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/include/basic/sbuno.hxx b/include/basic/sbuno.hxx
index 4c53215d9c88..b19f0f5da249 100644
--- a/include/basic/sbuno.hxx
+++ b/include/basic/sbuno.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_BASIC_SBUNO_HXX
-#define INCLUDED_BASIC_SBUNO_HXX
+#pragma once
 
 #include <com/sun/star/uno/Type.hxx>
 #include <basic/sbxvar.hxx>
@@ -42,6 +41,4 @@ css::uno::Any sbxToUnoValue( const SbxValue* pVar, const 
css::uno::Type& rType,
 
 BASIC_DLLPUBLIC void unoToSbxValue( SbxVariable* pVar, const css::uno::Any& 
aValue );
 
-#endif
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to