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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/chaptercollator.hxx b/i18npool/inc/chaptercollator.hxx
index 96286b3433f2..74ff2fc406d7 100644
--- a/i18npool/inc/chaptercollator.hxx
+++ b/i18npool/inc/chaptercollator.hxx
@@ -44,7 +44,7 @@ public:
virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
virtual com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
-private :
+private:
// CharacterClassification Implementation
com::sun::star::uno::Reference< XCharacterClassification > cclass;
};