summaryrefslogtreecommitdiff
path: root/sw/inc/usrfld.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/usrfld.hxx')
-rw-r--r--sw/inc/usrfld.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/usrfld.hxx b/sw/inc/usrfld.hxx
index 3592c6834380..d9ea9e407440 100644
--- a/sw/inc/usrfld.hxx
+++ b/sw/inc/usrfld.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_USRFLD_HXX
-#define INCLUDED_SW_INC_USRFLD_HXX
+#pragma once
#include "swdllapi.h"
#include "fldbas.hxx"
@@ -129,6 +128,4 @@ public:
void dumpAsXml(xmlTextWriterPtr pWriter) const override;
};
-#endif // INCLUDED_SW_INC_USRFLD_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */