summaryrefslogtreecommitdiff
path: root/sw/inc/SwRewriter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/SwRewriter.hxx')
-rw-r--r--sw/inc/SwRewriter.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sw/inc/SwRewriter.hxx b/sw/inc/SwRewriter.hxx
index a0ab5e371342..e41a076568ba 100644
--- a/sw/inc/SwRewriter.hxx
+++ b/sw/inc/SwRewriter.hxx
@@ -16,9 +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_SWREWRITER_HXX
-#define INCLUDED_SW_INC_SWREWRITER_HXX
+#pragma once
#include <vector>
#include <rtl/ustring.hxx>
@@ -47,6 +45,4 @@ public:
static OUString GetPlaceHolder(SwUndoArg eId);
};
-#endif // INCLUDED_SW_INC_SWREWRITER_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */