summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/inc/undopage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/undopage.hxx')
-rw-r--r--sd/source/ui/inc/undopage.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/source/ui/inc/undopage.hxx b/sd/source/ui/inc/undopage.hxx
index 0e3f52e48e04..cbae3d06f289 100644
--- a/sd/source/ui/inc/undopage.hxx
+++ b/sd/source/ui/inc/undopage.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SD_SOURCE_UI_INC_UNDOPAGE_HXX
-#define INCLUDED_SD_SOURCE_UI_INC_UNDOPAGE_HXX
+#pragma once
#include <tools/gen.hxx>
#include <vcl/prntypes.hxx>
@@ -159,6 +158,4 @@ public:
virtual void Redo() override;
};
-#endif // INCLUDED_SD_SOURCE_UI_INC_UNDOPAGE_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */