summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexTabStopEntryContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexTabStopEntryContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexTabStopEntryContext.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLIndexTabStopEntryContext.hxx b/xmloff/source/text/XMLIndexTabStopEntryContext.hxx
index 0803a78ad348..5c208f638531 100644
--- a/xmloff/source/text/XMLIndexTabStopEntryContext.hxx
+++ b/xmloff/source/text/XMLIndexTabStopEntryContext.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_XMLOFF_SOURCE_TEXT_XMLINDEXTABSTOPENTRYCONTEXT_HXX
-#define INCLUDED_XMLOFF_SOURCE_TEXT_XMLINDEXTABSTOPENTRYCONTEXT_HXX
+#pragma once
#include "XMLIndexSimpleEntryContext.hxx"
#include <rtl/ustring.hxx>
@@ -64,6 +63,4 @@ protected:
css::uno::Sequence<css::beans::PropertyValue> & rValues) override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */