summaryrefslogtreecommitdiffstats
path: root/svx/source/inc/treevisitor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/treevisitor.hxx')
-rw-r--r--svx/source/inc/treevisitor.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/inc/treevisitor.hxx b/svx/source/inc/treevisitor.hxx
index ef603ed780bc..50e7d7a356a7 100644
--- a/svx/source/inc/treevisitor.hxx
+++ b/svx/source/inc/treevisitor.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SVX_TREE_VISITOR_HXX
-#define SVX_TREE_VISITOR_HXX
+#ifndef INCLUDED_SVX_SOURCE_INC_TREEVISITOR_HXX
+#define INCLUDED_SVX_SOURCE_INC_TREEVISITOR_HXX
#include <stack>
@@ -99,6 +99,6 @@ bool TreeVisitor< ELEMENT, NODEINFO, PROCESSOR >::do_step()
return false;
}
-#endif // SVX_TREE_VISITOR_HXX
+#endif // INCLUDED_SVX_SOURCE_INC_TREEVISITOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */