summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/unomod.hxx
diff options
context:
space:
mode:
authorGül Toksöz <meryemgltksz@gmail.com>2020-11-25 18:33:08 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-11-26 18:21:44 +0100
commit843aedb772223189aa2ba3b1e9ffb7dba86db1ac (patch)
tree2c1e91ec2d27f304e7248b2872ef33e0d2cb3795 /sw/source/uibase/inc/unomod.hxx
parent2b5d320630aaa89fc3857f2926b82d116910f905 (diff)
tdf#124176: Use pragma once instead of include guards
Change-Id: I334fee9257c83aa940b256b049d4408ab2e53a72 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106609 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'sw/source/uibase/inc/unomod.hxx')
-rw-r--r--sw/source/uibase/inc/unomod.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/unomod.hxx b/sw/source/uibase/inc/unomod.hxx
index 1bd195689f48..857155df65a7 100644
--- a/sw/source/uibase/inc/unomod.hxx
+++ b/sw/source/uibase/inc/unomod.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_UIBASE_INC_UNOMOD_HXX
-#define INCLUDED_SW_SOURCE_UIBASE_INC_UNOMOD_HXX
+
+#pragma once
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/view/XPrintSettingsSupplier.hpp>
@@ -133,6 +133,4 @@ public:
void Invalidate() {bObjectValid = false;}
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */