summaryrefslogtreecommitdiff
path: root/sw/inc/HandleAnchorNodeChg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/HandleAnchorNodeChg.hxx')
-rw-r--r--sw/inc/HandleAnchorNodeChg.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/inc/HandleAnchorNodeChg.hxx b/sw/inc/HandleAnchorNodeChg.hxx
index 540e87a685bd..c61959b5d27a 100644
--- a/sw/inc/HandleAnchorNodeChg.hxx
+++ b/sw/inc/HandleAnchorNodeChg.hxx
@@ -16,8 +16,7 @@
* 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_INC_HANDLEANCHORNODECHG_HXX
-#define INCLUDED_SW_INC_HANDLEANCHORNODECHG_HXX
+#pragma once
#include "pam.hxx"
#include <wrtsh.hxx>
@@ -72,6 +71,5 @@ private:
SwHandleAnchorNodeChg(const SwHandleAnchorNodeChg&) = delete;
void operator=(const SwHandleAnchorNodeChg) = delete;
};
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */