summaryrefslogtreecommitdiff
path: root/i18npool/inc/wtt.h
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/inc/wtt.h')
-rw-r--r--i18npool/inc/wtt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/inc/wtt.h b/i18npool/inc/wtt.h
index d09c3d03a5e9..2e248f04b75b 100644
--- a/i18npool/inc/wtt.h
+++ b/i18npool/inc/wtt.h
@@ -19,7 +19,7 @@
#ifndef INCLUDED_I18NPOOL_INC_WTT_H
#define INCLUDED_I18NPOOL_INC_WTT_H
-namespace com { namespace sun { namespace star { namespace i18n {
+namespace i18npool {
/*
* Thai character type definition.
@@ -61,7 +61,7 @@ static const sal_uInt16 thaiCT[128] = { // Thai character type
#define getCharType(x) ((x >= 0x0E00 && x < 0x0E60) ? thaiCT[x - 0x0E00] : CT_NON)
-} } } }
+}
#endif // INCLUDED_I18NPOOL_INC_WTT_H