summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xmloff/inc/xmltabe.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/xmloff/inc/xmltabe.hxx b/xmloff/inc/xmltabe.hxx
index af2873b7656a..ad28e77147e3 100644
--- a/xmloff/inc/xmltabe.hxx
+++ b/xmloff/inc/xmltabe.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef XMLOFF_INC_XMLTABE_HXX
-#define XMLOFF_INC_XMLTABE_HXX
+#pragma once
// prevent funny things like "#define sun 1" from the compiler
#include <sal/config.h>
@@ -45,7 +44,4 @@ public:
void Export( const css::uno::Any& rAny );
};
-
-#endif // XMLOFF_INC_XMLTABE_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */