summaryrefslogtreecommitdiffstats
path: root/unotools/inc
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-08-21 19:09:04 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-08-21 19:12:09 +0200
commit36703ca1de68cd62782d0d425123521a5bc6732b (patch)
treec31594ade18cef65afc32647fa819de0795c87e4 /unotools/inc
parentFurther attempt to make this test run on iOS (diff)
downloadcore-36703ca1de68cd62782d0d425123521a5bc6732b.tar.gz
core-36703ca1de68cd62782d0d425123521a5bc6732b.zip
unusedcode: CollatorWrapper
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/collatorwrapper.hxx15
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();