diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-21 19:09:04 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-21 19:12:09 +0200 |
commit | 36703ca1de68cd62782d0d425123521a5bc6732b (patch) | |
tree | c31594ade18cef65afc32647fa819de0795c87e4 /unotools/inc | |
parent | fb9f4d8129eeb12d751a9e5cd47848aa23182ea9 (diff) |
unusedcode: CollatorWrapper
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/collatorwrapper.hxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/unotools/inc/unotools/collatorwrapper.hxx b/unotools/inc/unotools/collatorwrapper.hxx index 3b90c8465cf1..f703639ecd03 100644 --- a/unotools/inc/unotools/collatorwrapper.hxx +++ b/unotools/inc/unotools/collatorwrapper.hxx @@ -56,11 +56,6 @@ class UNOTOOLS_DLLPUBLIC CollatorWrapper ~CollatorWrapper(); - sal_Int32 - compareSubstring ( - const ::rtl::OUString& s1, sal_Int32 off1, sal_Int32 len1, - const ::rtl::OUString& s2, sal_Int32 off2, sal_Int32 len2) const; - sal_Int32 compareString ( const ::rtl::OUString& s1, const ::rtl::OUString& s2) const; @@ -69,10 +64,6 @@ class UNOTOOLS_DLLPUBLIC CollatorWrapper listCollatorAlgorithms ( const ::com::sun::star::lang::Locale& rLocale) const; - ::com::sun::star::uno::Sequence< sal_Int32 > - listCollatorOptions ( - const ::rtl::OUString& rAlgorithm) const; - sal_Int32 loadDefaultCollator ( const ::com::sun::star::lang::Locale& rLocale, sal_Int32 nOption); @@ -82,12 +73,6 @@ class UNOTOOLS_DLLPUBLIC CollatorWrapper const ::rtl::OUString& rAlgorithm, const ::com::sun::star::lang::Locale& rLocale, sal_Int32 nOption); - void - loadCollatorAlgorithmWithEndUserOption ( - const ::rtl::OUString& rAlgorithm, - const ::com::sun::star::lang::Locale& rLocale, - const ::com::sun::star::uno::Sequence< sal_Int32 >& rOption); - protected: CollatorWrapper(); |