summaryrefslogtreecommitdiff
path: root/xmloff/source/table/table.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/table/table.hxx')
-rw-r--r--xmloff/source/table/table.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/table/table.hxx b/xmloff/source/table/table.hxx
index d711b17647e9..686972065de2 100644
--- a/xmloff/source/table/table.hxx
+++ b/xmloff/source/table/table.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_XMLOFF_SOURCE_TABLE_TABLE_HXX
-#define INCLUDED_XMLOFF_SOURCE_TABLE_TABLE_HXX
+#pragma once
#include <xmloff/xmltoken.hxx>
@@ -36,6 +35,4 @@ extern const XMLPropertyMapEntry* getColumnPropertiesMap();
extern const XMLPropertyMapEntry* getRowPropertiesMap();
extern const XMLPropertyMapEntry* getCellPropertiesMap();
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */