summaryrefslogtreecommitdiff
path: root/include/xmloff/xmltypes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/xmltypes.hxx')
-rw-r--r--include/xmloff/xmltypes.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/xmltypes.hxx b/include/xmloff/xmltypes.hxx
index 1953af47ee7d..846f22b7afdc 100644
--- a/include/xmloff/xmltypes.hxx
+++ b/include/xmloff/xmltypes.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_XMLTYPES_HXX
-#define _XMLOFF_XMLTYPES_HXX
+#ifndef INCLUDED_XMLOFF_XMLTYPES_HXX
+#define INCLUDED_XMLOFF_XMLTYPES_HXX
///////////////////////////////////////////////////////////////////////////////
// Flags to specify how to im/export the property
@@ -281,6 +281,6 @@
#define XML_PM_TYPES_START (0x5 << XML_TYPE_APP_SHIFT) // page master
#define XML_DB_TYPES_START (0x6 << XML_TYPE_APP_SHIFT)
-#endif // _XMLOFF_XMLTYPES_HXX
+#endif // INCLUDED_XMLOFF_XMLTYPES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */