diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:41:10 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:41:10 +0000 |
commit | cfb799c7b3c7b8c738dc2af380ed73c0217e1f39 (patch) | |
tree | ad7292c9d58707fe4e96d87922ac17f872c9fe4c | |
parent | 03dc91eca7bfc36f63fcb1950688962c2bef7179 (diff) |
INTEGRATION: CWS warnings01 (1.7.14); FILE MERGED
2005/11/10 10:14:59 pl 1.7.14.1: #i53898# removed warnings
-rw-r--r-- | i18npool/inc/transliteration_Ignore.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/i18npool/inc/transliteration_Ignore.hxx b/i18npool/inc/transliteration_Ignore.hxx index d71f276f8f78..13a5c8b56acf 100644 --- a/i18npool/inc/transliteration_Ignore.hxx +++ b/i18npool/inc/transliteration_Ignore.hxx @@ -4,9 +4,9 @@ * * $RCSfile: transliteration_Ignore.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-07 16:57:47 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:41:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -171,6 +171,7 @@ public:\ };\ rtl::OUString SAL_CALL folding( const rtl::OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, \ com::sun::star::uno::Sequence< sal_Int32 >& offset) throw(com::sun::star::uno::RuntimeException); \ + using transliteration_Ignore::transliterateRange;\ com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL transliterateRange( const rtl::OUString& str1, \ const rtl::OUString& str2 ) throw(com::sun::star::uno::RuntimeException); \ sal_Unicode SAL_CALL \ |