summaryrefslogtreecommitdiff
path: root/include/editeng/Trie.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/Trie.hxx')
-rw-r--r--include/editeng/Trie.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/Trie.hxx b/include/editeng/Trie.hxx
index 3ade079b3a91..6c488332b058 100644
--- a/include/editeng/Trie.hxx
+++ b/include/editeng/Trie.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef TRIE_HXX
-#define TRIE_HXX
+#ifndef INCLUDED_EDITENG_TRIE_HXX
+#define INCLUDED_EDITENG_TRIE_HXX
#include <sal/types.h>
#include <rtl/ustring.hxx>
@@ -37,6 +37,6 @@ public:
}
-#endif // TRIE_HXX
+#endif // INCLUDED_EDITENG_TRIE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */