summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/ChartOASISTContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/ChartOASISTContext.hxx')
-rw-r--r--xmloff/source/transform/ChartOASISTContext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/transform/ChartOASISTContext.hxx b/xmloff/source/transform/ChartOASISTContext.hxx
index ec4157d0ddd5..8a3b5e722403 100644
--- a/xmloff/source/transform/ChartOASISTContext.hxx
+++ b/xmloff/source/transform/ChartOASISTContext.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_CHARTOASISTCONTEXT_HXX
-#define _XMLOFF_CHARTOASISTCONTEXT_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_TRANSFORM_CHARTOASISTCONTEXT_HXX
+#define INCLUDED_XMLOFF_SOURCE_TRANSFORM_CHARTOASISTCONTEXT_HXX
#include "TransformerContext.hxx"
@@ -34,6 +34,6 @@ public:
virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
};
-#endif // _XMLOFF_CHARTOASISTCONTEXT_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_TRANSFORM_CHARTOASISTCONTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */