summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexTitleTemplateContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLIndexTitleTemplateContext.hxx')
-rw-r--r--xmloff/source/text/XMLIndexTitleTemplateContext.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLIndexTitleTemplateContext.hxx b/xmloff/source/text/XMLIndexTitleTemplateContext.hxx
index b517ab9e8015..2de1954997bc 100644
--- a/xmloff/source/text/XMLIndexTitleTemplateContext.hxx
+++ b/xmloff/source/text/XMLIndexTitleTemplateContext.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_XMLOFF_SOURCE_TEXT_XMLINDEXTITLETEMPLATECONTEXT_HXX
-#define INCLUDED_XMLOFF_SOURCE_TEXT_XMLINDEXTITLETEMPLATECONTEXT_HXX
+#pragma once
#include <xmloff/xmlictxt.hxx>
#include <com/sun/star/uno/Reference.h>
@@ -69,6 +68,4 @@ protected:
virtual void SAL_CALL characters(const OUString& sString) override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */