summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-07 23:02:48 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-07 23:03:11 +0900
commiteb0497307bf381e7e065fc4b0b0d7b23f6ceeca9 (patch)
treef8408dea01957f913c4cd748ad38111805244a92 /i18npool
parent9af0eb7e998c7bbf514e324919b710a0ff601244 (diff)
nuke dead code
Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/inc/transliterationImpl.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/i18npool/inc/transliterationImpl.hxx b/i18npool/inc/transliterationImpl.hxx
index 64da175b3379..efec7e58177c 100644
--- a/i18npool/inc/transliterationImpl.hxx
+++ b/i18npool/inc/transliterationImpl.hxx
@@ -89,15 +89,6 @@ public:
throw(com::sun::star::i18n::MultipleCharsOutputException,
com::sun::star::uno::RuntimeException) ;
-/*
- virtual void SAL_CALL createCascadeInstance( const com::sun::star::uno::Sequence< rtl::OUString >& modNamelist,
- const com::sun::star::lang::Locale& rLocale ) throw(com::sun::star::uno::RuntimeException) ;
- virtual rtl::OUString SAL_CALL folding_reverse( const rtl::OUString& inStr, sal_Int32 startPos,
- sal_Int32 nCount ) throw(com::sun::star::uno::RuntimeException);
- virtual sal_Int32 SAL_CALL transliterateMatch( const rtl::OUString& content, sal_Int32 pos1, sal_Int32 nCount1,
- const rtl::OUString& pattern, sal_Int32 pos2, sal_Int32 nCount2 )
- throw(com::sun::star::uno::RuntimeException);
-*/
virtual sal_Bool SAL_CALL equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1,
sal_Int32& nMatch1, const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
throw(com::sun::star::uno::RuntimeException);