summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLTextColumnsExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLTextColumnsExport.hxx')
-rw-r--r--xmloff/inc/XMLTextColumnsExport.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/XMLTextColumnsExport.hxx b/xmloff/inc/XMLTextColumnsExport.hxx
index d407aee40f21..7aa2bc78dc69 100644
--- a/xmloff/inc/XMLTextColumnsExport.hxx
+++ b/xmloff/inc/XMLTextColumnsExport.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_XMLOFF_INC_XMLTEXTCOLUMNSEXPORT_HXX
-#define INCLUDED_XMLOFF_INC_XMLTEXTCOLUMNSEXPORT_HXX
+#pragma once
#include <sal/types.h>
@@ -39,6 +38,4 @@ public:
void exportXML(const css::uno::Any& rAny);
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */