summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexSpanEntryContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexSpanEntryContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexSpanEntryContext.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLIndexSpanEntryContext.hxx b/xmloff/source/text/XMLIndexSpanEntryContext.hxx
index 8103cbea699e..8b4711c1f84c 100644
--- a/xmloff/source/text/XMLIndexSpanEntryContext.hxx
+++ b/xmloff/source/text/XMLIndexSpanEntryContext.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_XMLOFF_SOURCE_TEXT_XMLINDEXSPANENTRYCONTEXT_HXX
-#define INCLUDED_XMLOFF_SOURCE_TEXT_XMLINDEXSPANENTRYCONTEXT_HXX
+#pragma once
#include "XMLIndexSimpleEntryContext.hxx"
#include <com/sun/star/uno/Sequence.h>
@@ -55,6 +54,4 @@ protected:
css::uno::Sequence<css::beans::PropertyValue> & rValues) override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */