summaryrefslogtreecommitdiff
path: root/sc/inc/drawpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/drawpage.hxx')
-rw-r--r--sc/inc/drawpage.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/drawpage.hxx b/sc/inc/drawpage.hxx
index ce1e5ed58ea3..772b3c5753bb 100644
--- a/sc/inc/drawpage.hxx
+++ b/sc/inc/drawpage.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SC_INC_DRAWPAGE_HXX
-#define INCLUDED_SC_INC_DRAWPAGE_HXX
+#pragma once
#include <svx/fmpage.hxx>
@@ -38,6 +37,4 @@ public:
virtual css::uno::Reference<css::uno::XInterface> createUnoPage() override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */