summaryrefslogtreecommitdiff
path: root/include/i18nutil
diff options
context:
space:
mode:
Diffstat (limited to 'include/i18nutil')
-rw-r--r--include/i18nutil/casefolding.hxx4
-rw-r--r--include/i18nutil/oneToOneMapping.hxx4
-rw-r--r--include/i18nutil/widthfolding.hxx4
3 files changed, 6 insertions, 6 deletions
diff --git a/include/i18nutil/casefolding.hxx b/include/i18nutil/casefolding.hxx
index 454a5ea63bc6..5ed59c57cd36 100644
--- a/include/i18nutil/casefolding.hxx
+++ b/include/i18nutil/casefolding.hxx
@@ -43,7 +43,7 @@ namespace o3tl {
template<> struct typed_flags<MappingType> : is_typed_flags<MappingType, 0xff> {};
}
-namespace com { namespace sun { namespace star { namespace i18n {
+namespace i18nutil {
struct Value
{
@@ -82,7 +82,7 @@ public:
};
-} } } }
+}
#endif
diff --git a/include/i18nutil/oneToOneMapping.hxx b/include/i18nutil/oneToOneMapping.hxx
index a4f3f09bf1df..ca82196c343b 100644
--- a/include/i18nutil/oneToOneMapping.hxx
+++ b/include/i18nutil/oneToOneMapping.hxx
@@ -22,7 +22,7 @@
#include <rtl/ustring.hxx>
#include <i18nutil/i18nutildllapi.h>
-namespace com { namespace sun { namespace star { namespace i18n {
+namespace i18nutil {
class widthfolding;
@@ -84,7 +84,7 @@ protected:
bool mbHasIndex;
};
-} } } }
+}
#endif // _I18N_TRANSLITERATION_ONETOONEMAPPING_HXX_
diff --git a/include/i18nutil/widthfolding.hxx b/include/i18nutil/widthfolding.hxx
index 8128f651b06b..ba0eb8f184dc 100644
--- a/include/i18nutil/widthfolding.hxx
+++ b/include/i18nutil/widthfolding.hxx
@@ -24,7 +24,7 @@
#include <i18nutil/oneToOneMapping.hxx>
#include <i18nutil/i18nutildllapi.h>
-namespace com { namespace sun { namespace star { namespace i18n {
+namespace i18nutil {
#define WIDTHFOLDNIG_DONT_USE_COMBINED_VU 0x01
@@ -47,7 +47,7 @@ public:
};
-} } } }
+}
#endif