summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/contexts.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/contexts.hxx')
-rw-r--r--xmloff/source/chart/contexts.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/chart/contexts.hxx b/xmloff/source/chart/contexts.hxx
index 342066135e2b..4a710bcc55df 100644
--- a/xmloff/source/chart/contexts.hxx
+++ b/xmloff/source/chart/contexts.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_SOURCE_CHART_CONTEXTS_HXX
-#define INCLUDED_XMLOFF_SOURCE_CHART_CONTEXTS_HXX
+#pragma once
#include <SchXMLImport.hxx>
#include <xmloff/xmlictxt.hxx>
@@ -83,6 +82,4 @@ public:
const css::uno::Reference< css::xml::sax::XFastAttributeList >& AttrList ) override;
};
-#endif // INCLUDED_XMLOFF_SOURCE_CHART_CONTEXTS_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */