summaryrefslogtreecommitdiff
path: root/i18npool/inc/chaptercollator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/inc/chaptercollator.hxx')
-rw-r--r--i18npool/inc/chaptercollator.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/inc/chaptercollator.hxx b/i18npool/inc/chaptercollator.hxx
index ba890d5d3b6a..0f75860137d0 100644
--- a/i18npool/inc/chaptercollator.hxx
+++ b/i18npool/inc/chaptercollator.hxx
@@ -22,7 +22,7 @@
#include <collatorImpl.hxx>
#include <com/sun/star/i18n/XCharacterClassification.hpp>
-namespace com { namespace sun { namespace star { namespace i18n {
+namespace i18npool {
// ----------------------------------------------------
// class ChapterCollator
@@ -46,10 +46,10 @@ public:
private:
// CharacterClassification Implementation
- css::uno::Reference< XCharacterClassification > cclass;
+ css::uno::Reference< css::i18n::XCharacterClassification > cclass;
};
-} } } }
+}
#endif