summaryrefslogtreecommitdiff
path: root/xmloff/inc/AttributeContainerHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/AttributeContainerHandler.hxx')
-rw-r--r--xmloff/inc/AttributeContainerHandler.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/AttributeContainerHandler.hxx b/xmloff/inc/AttributeContainerHandler.hxx
index 2cd36e1e08ac..d434d943581b 100644
--- a/xmloff/inc/AttributeContainerHandler.hxx
+++ b/xmloff/inc/AttributeContainerHandler.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_ATTRIBUTECONTAINERHANDLER_HXX
-#define _XMLOFF_ATTRIBUTECONTAINERHANDLER_HXX
+#ifndef INCLUDED_XMLOFF_INC_ATTRIBUTECONTAINERHANDLER_HXX
+#define INCLUDED_XMLOFF_INC_ATTRIBUTECONTAINERHANDLER_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -36,6 +36,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLOFF_ATTRIBUTECONTAINERHANDLER_HXX
+#endif // INCLUDED_XMLOFF_INC_ATTRIBUTECONTAINERHANDLER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */