summaryrefslogtreecommitdiff
path: root/include/svx/svdundo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdundo.hxx')
-rw-r--r--include/svx/svdundo.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svx/svdundo.hxx b/include/svx/svdundo.hxx
index 04665b9daa28..b624b6e77428 100644
--- a/include/svx/svdundo.hxx
+++ b/include/svx/svdundo.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVX_SVDUNDO_HXX
-#define INCLUDED_SVX_SVDUNDO_HXX
+#pragma once
#include <config_options.h>
#include <sal/config.h>
@@ -738,6 +737,4 @@ public:
virtual std::unique_ptr<SdrUndoAction> CreateUndoPageChangeMasterPage(SdrPage& rChangedPage);
};
-#endif // INCLUDED_SVX_SVDUNDO_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */