summaryrefslogtreecommitdiff
path: root/include/sfx2/XmlIdRegistry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/XmlIdRegistry.hxx')
-rw-r--r--include/sfx2/XmlIdRegistry.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/XmlIdRegistry.hxx b/include/sfx2/XmlIdRegistry.hxx
index a7540dc469b0..3b1dff4432b1 100644
--- a/include/sfx2/XmlIdRegistry.hxx
+++ b/include/sfx2/XmlIdRegistry.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SFX_XMLIDREGISTRY_HXX_
-#define _SFX_XMLIDREGISTRY_HXX_
+#ifndef INCLUDED_SFX2_XMLIDREGISTRY_HXX
+#define INCLUDED_SFX2_XMLIDREGISTRY_HXX
#include <sal/config.h>
@@ -79,6 +79,6 @@ public:
} // namespace sfx2
-#endif // _SFX_XMLIDREGISTRY_HXX_
+#endif // INCLUDED_SFX2_XMLIDREGISTRY_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */