summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentStylePoolAccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/IDocumentStylePoolAccess.hxx')
-rw-r--r--sw/inc/IDocumentStylePoolAccess.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/IDocumentStylePoolAccess.hxx b/sw/inc/IDocumentStylePoolAccess.hxx
index 26713ab470b9..32a16634a624 100644
--- a/sw/inc/IDocumentStylePoolAccess.hxx
+++ b/sw/inc/IDocumentStylePoolAccess.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SW_INC_IDOCUMENTSTYLEPOOLACCESS_HXX
-#define INCLUDED_SW_INC_IDOCUMENTSTYLEPOOLACCESS_HXX
+#pragma once
#include <sal/types.h>
@@ -67,6 +66,4 @@ protected:
virtual ~IDocumentStylePoolAccess(){};
};
-#endif // INCLUDED_SW_INC_IDOCUMENTSTYLEPOOLACCESS_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */