summaryrefslogtreecommitdiff
path: root/xmloff/inc/StyleMap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/StyleMap.hxx')
-rw-r--r--xmloff/inc/StyleMap.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/StyleMap.hxx b/xmloff/inc/StyleMap.hxx
index f71b530a45f6..3425a0520928 100644
--- a/xmloff/inc/StyleMap.hxx
+++ b/xmloff/inc/StyleMap.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_STYLEMAP_HXX
-#define _XMLOFF_STYLEMAP_HXX
+#ifndef INCLUDED_XMLOFF_INC_STYLEMAP_HXX
+#define INCLUDED_XMLOFF_INC_STYLEMAP_HXX
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <cppuhelper/implbase1.hxx>
@@ -83,6 +83,6 @@ public:
const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException);
};
-#endif // _XMLOFF_STYLEMAP_HXX
+#endif // INCLUDED_XMLOFF_INC_STYLEMAP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */