summaryrefslogtreecommitdiffstats
path: root/include/editeng/LatinTreeNode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/LatinTreeNode.hxx')
-rw-r--r--include/editeng/LatinTreeNode.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/LatinTreeNode.hxx b/include/editeng/LatinTreeNode.hxx
index 5e406858697c..09a82f8b67e8 100644
--- a/include/editeng/LatinTreeNode.hxx
+++ b/include/editeng/LatinTreeNode.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef LATINTREENODE_HXX
-#define LATINTREENODE_HXX
+#ifndef INCLUDED_EDITENG_LATINTREENODE_HXX
+#define INCLUDED_EDITENG_LATINTREENODE_HXX
#include <editeng/Node.hxx>
@@ -43,6 +43,6 @@ private:
Node* m_pLeaves[26]; // handles [a-z]
};
-#endif // LATINTREENODE_HXX
+#endif // INCLUDED_EDITENG_LATINTREENODE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */