summaryrefslogtreecommitdiffstats
path: root/include/editeng/forbiddencharacterstable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/forbiddencharacterstable.hxx')
-rw-r--r--include/editeng/forbiddencharacterstable.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/forbiddencharacterstable.hxx b/include/editeng/forbiddencharacterstable.hxx
index 14556fd0ceda..b0a8034a671e 100644
--- a/include/editeng/forbiddencharacterstable.hxx
+++ b/include/editeng/forbiddencharacterstable.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _FORBIDDENCHARACTERSTABLE_HXX
-#define _FORBIDDENCHARACTERSTABLE_HXX
+#ifndef INCLUDED_EDITENG_FORBIDDENCHARACTERSTABLE_HXX
+#define INCLUDED_EDITENG_FORBIDDENCHARACTERSTABLE_HXX
#include <salhelper/simplereferenceobject.hxx>
#include <com/sun/star/uno/Reference.hxx>
@@ -51,6 +51,6 @@ public:
void ClearForbiddenCharacters( sal_uInt16 nLanguage );
};
-#endif // _FORBIDDENCHARACTERSTABLE_HXX
+#endif // INCLUDED_EDITENG_FORBIDDENCHARACTERSTABLE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */