summaryrefslogtreecommitdiffstats
path: root/include/editeng/LatinLookupTree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/LatinLookupTree.hxx')
-rw-r--r--include/editeng/LatinLookupTree.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/LatinLookupTree.hxx b/include/editeng/LatinLookupTree.hxx
index 9407780f5b80..e35d62bec0b6 100644
--- a/include/editeng/LatinLookupTree.hxx
+++ b/include/editeng/LatinLookupTree.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef LATINLOOKUPTREE_HXX
-#define LATINLOOKUPTREE_HXX
+#ifndef INCLUDED_EDITENG_LATINLOOKUPTREE_HXX
+#define INCLUDED_EDITENG_LATINLOOKUPTREE_HXX
#include <editeng/LookupTree.hxx>
#include <editeng/TreeHead.hxx>
@@ -69,6 +69,6 @@ private:
Node* m_pLeaves[52]; // handles [a-z] and [A-Z]
};
-#endif // LATINLOOKUPTREE_HXX
+#endif // INCLUDED_EDITENG_LATINLOOKUPTREE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */