summaryrefslogtreecommitdiffstats
path: root/unotools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-06 00:52:50 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-06 11:26:34 +0000
commitc1e467f7999592f1144ce0c1c6563fa21f54cbbd (patch)
tree44e57f406695f87ff9c1b5d0c96b493169f5df5b /unotools/inc
parentTaskBar is never constructed (diff)
downloadcore-c1e467f7999592f1144ce0c1c6563fa21f54cbbd.tar.gz
core-c1e467f7999592f1144ce0c1c6563fa21f54cbbd.zip
remove TransliterationWrapper::compareSubstring
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/transliterationwrapper.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/unotools/inc/unotools/transliterationwrapper.hxx b/unotools/inc/unotools/transliterationwrapper.hxx
index c4c340d30150..d6ac07d9fb6a 100644
--- a/unotools/inc/unotools/transliterationwrapper.hxx
+++ b/unotools/inc/unotools/transliterationwrapper.hxx
@@ -118,10 +118,6 @@ public:
const String& rStr1, sal_Int32 nPos1, sal_Int32 nCount1, sal_Int32& nMatch1,
const String& rStr2, sal_Int32 nPos2, sal_Int32 nCount2, sal_Int32& nMatch2 ) const;
- sal_Int32 compareSubstring(
- const String& rStr1, sal_Int32 nOff1, sal_Int32 nLen1,
- const String& rStr2, sal_Int32 nOff2, sal_Int32 nLen2 ) const;
-
sal_Int32 compareString( const String& rStr1, const String& rStr2 ) const;