summaryrefslogtreecommitdiff
path: root/include/unotools/confignode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/confignode.hxx')
-rw-r--r--include/unotools/confignode.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/unotools/confignode.hxx b/include/unotools/confignode.hxx
index 60f749664952..a2240a3d3ac7 100644
--- a/include/unotools/confignode.hxx
+++ b/include/unotools/confignode.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UNOTOOLS_CONFIGNODE_HXX_
-#define _UNOTOOLS_CONFIGNODE_HXX_
+#ifndef INCLUDED_UNOTOOLS_CONFIGNODE_HXX
+#define INCLUDED_UNOTOOLS_CONFIGNODE_HXX
#include "unotools/unotoolsdllapi.h"
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
@@ -320,6 +320,6 @@ namespace utl
} // namespace utl
//........................................................................
-#endif // _UNOTOOLS_CONFIGNODE_HXX_
+#endif // INCLUDED_UNOTOOLS_CONFIGNODE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */