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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/chart/contexts.hxx b/xmloff/source/chart/contexts.hxx
index b728b4526808..8c090464fe01 100644
--- a/xmloff/source/chart/contexts.hxx
+++ b/xmloff/source/chart/contexts.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SCH_XML_CONTEXTS_HXX_
-#define _SCH_XML_CONTEXTS_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_CHART_CONTEXTS_HXX
+#define INCLUDED_XMLOFF_SOURCE_CHART_CONTEXTS_HXX
#include "SchXMLImport.hxx"
#include "SchXMLTableContext.hxx"
@@ -95,6 +95,6 @@ public:
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList );
};
-#endif // _SCH_XML_CONTEXTS_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_CHART_CONTEXTS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */