summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBayram Çiçek <mail@bayramcicek.com.tr>2020-11-24 10:50:05 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-11-24 18:21:46 +0100
commit42b0ea1993b7ea223c126f011c78ec4cdfce95ff (patch)
tree7aa5abb5c2b86becfc25031f68c41294ed2bb4a0
parentfbbdb6f655df91c4d8e4d2ec15daf20515010c9b (diff)
tdf#124176: Use pragma once instead of include guards
Change-Id: I8df8d454ff1b65a5df2f1920b4d01f0925cbce33 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106489 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sw/source/core/inc/SwUndoTOXChange.hxx5
-rw-r--r--sw/source/core/inc/SwXMLBlockExport.hxx5
-rw-r--r--sw/source/core/inc/SwXMLBlockImport.hxx5
-rw-r--r--sw/source/core/inc/SwXMLTextBlocks.hxx5
-rw-r--r--sw/source/core/inc/SwXTextDefaults.hxx5
5 files changed, 6 insertions, 19 deletions
diff --git a/sw/source/core/inc/SwUndoTOXChange.hxx b/sw/source/core/inc/SwUndoTOXChange.hxx
index cc47fd684d7b..b3acd453fc75 100644
--- a/sw/source/core/inc/SwUndoTOXChange.hxx
+++ b/sw/source/core/inc/SwUndoTOXChange.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SW_SOURCE_CORE_INC_SWUNDOTOXCHANGE_HXX
-#define INCLUDED_SW_SOURCE_CORE_INC_SWUNDOTOXCHANGE_HXX
+#pragma once
#include <undobj.hxx>
#include <tox.hxx>
@@ -43,6 +42,4 @@ public:
virtual void RepeatImpl(::sw::RepeatContext&) override;
};
-#endif // INCLUDED_SW_SOURCE_CORE_INC_SWUNDOTOXCHANGE_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/inc/SwXMLBlockExport.hxx b/sw/source/core/inc/SwXMLBlockExport.hxx
index d858cfecfcc1..e34b2b3cbbbc 100644
--- a/sw/source/core/inc/SwXMLBlockExport.hxx
+++ b/sw/source/core/inc/SwXMLBlockExport.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SW_SOURCE_CORE_INC_SWXMLBLOCKEXPORT_HXX
-#define INCLUDED_SW_SOURCE_CORE_INC_SWXMLBLOCKEXPORT_HXX
+#pragma once
#include <xmloff/xmlexp.hxx>
@@ -61,6 +60,4 @@ public:
void ExportContent_() override {}
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/inc/SwXMLBlockImport.hxx b/sw/source/core/inc/SwXMLBlockImport.hxx
index 07a4dc69695c..baa88d4fcefd 100644
--- a/sw/source/core/inc/SwXMLBlockImport.hxx
+++ b/sw/source/core/inc/SwXMLBlockImport.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SW_SOURCE_CORE_INC_SWXMLBLOCKIMPORT_HXX
-#define INCLUDED_SW_SOURCE_CORE_INC_SWXMLBLOCKIMPORT_HXX
+#pragma once
#include <xmloff/xmlimp.hxx>
#include <xmloff/xmlnamespace.hxx>
@@ -125,6 +124,4 @@ public:
virtual sal_Int32 getTokenDirect( const char *pTag, sal_Int32 nLength ) const override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/inc/SwXMLTextBlocks.hxx b/sw/source/core/inc/SwXMLTextBlocks.hxx
index 3d1feb1ec01c..8d30fb588d0d 100644
--- a/sw/source/core/inc/SwXMLTextBlocks.hxx
+++ b/sw/source/core/inc/SwXMLTextBlocks.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SW_SOURCE_CORE_INC_SWXMLTEXTBLOCKS_HXX
-#define INCLUDED_SW_SOURCE_CORE_INC_SWXMLTEXTBLOCKS_HXX
+#pragma once
#include <sfx2/objsh.hxx>
#include "swblocks.hxx"
@@ -91,6 +90,4 @@ public:
void MakeBlockText( const OUString& rText );
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/inc/SwXTextDefaults.hxx b/sw/source/core/inc/SwXTextDefaults.hxx
index f989600c54e6..b97698efdfd7 100644
--- a/sw/source/core/inc/SwXTextDefaults.hxx
+++ b/sw/source/core/inc/SwXTextDefaults.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SW_SOURCE_CORE_INC_SWXTEXTDEFAULTS_HXX
-#define INCLUDED_SW_SOURCE_CORE_INC_SWXTEXTDEFAULTS_HXX
+
+#pragma once
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
@@ -61,6 +61,5 @@ public:
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override;
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) override;
};
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */