summaryrefslogtreecommitdiff
path: root/i18npool/source/transliteration/ignoreKashida_CTL.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/transliteration/ignoreKashida_CTL.cxx')
-rw-r--r--i18npool/source/transliteration/ignoreKashida_CTL.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/transliteration/ignoreKashida_CTL.cxx b/i18npool/source/transliteration/ignoreKashida_CTL.cxx
index cd225bdaa8b6..20b6c0f858da 100644
--- a/i18npool/source/transliteration/ignoreKashida_CTL.cxx
+++ b/i18npool/source/transliteration/ignoreKashida_CTL.cxx
@@ -9,7 +9,7 @@
#include <transliteration_Ignore.hxx>
-namespace com { namespace sun { namespace star { namespace i18n {
+namespace i18npool {
sal_Unicode
ignoreKashida_CTL_translator (const sal_Unicode c)
@@ -29,6 +29,6 @@ ignoreKashida_CTL::ignoreKashida_CTL()
implementationName = "com.sun.star.i18n.Transliteration.ignoreKashida_CTL";
}
-} } } }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */