summaryrefslogtreecommitdiff
path: root/include/unotools/configpaths.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/configpaths.hxx')
-rw-r--r--include/unotools/configpaths.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/configpaths.hxx b/include/unotools/configpaths.hxx
index d3e400ae1158..1e46a43de410 100644
--- a/include/unotools/configpaths.hxx
+++ b/include/unotools/configpaths.hxx
@@ -18,8 +18,8 @@
*/
#include "unotools/unotoolsdllapi.h"
-#ifndef UNOTOOLS_CONFIGPATHS_HXX_INCLUDED
-#define UNOTOOLS_CONFIGPATHS_HXX_INCLUDED
+#ifndef INCLUDED_UNOTOOLS_CONFIGPATHS_HXX
+#define INCLUDED_UNOTOOLS_CONFIGPATHS_HXX
#include <sal/types.h>
#include <rtl/ustring.hxx>
@@ -165,6 +165,6 @@ namespace utl
} // namespace utl
//----------------------------------------------------------------------------
-#endif // UNOTOOLS_CONFIGPATHS_HXX_INCLUDED
+#endif // INCLUDED_UNOTOOLS_CONFIGPATHS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */