summaryrefslogtreecommitdiff
path: root/i18npool/inc/transliteration_caseignore.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/inc/transliteration_caseignore.hxx')
-rw-r--r--i18npool/inc/transliteration_caseignore.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/i18npool/inc/transliteration_caseignore.hxx b/i18npool/inc/transliteration_caseignore.hxx
index 09464e63e38c..a711ff518f59 100644
--- a/i18npool/inc/transliteration_caseignore.hxx
+++ b/i18npool/inc/transliteration_caseignore.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -45,7 +45,7 @@ public:
throw(com::sun::star::uno::RuntimeException);
com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL transliterateRange(
- const rtl::OUString& str1, const rtl::OUString& str2 )
+ const rtl::OUString& str1, const rtl::OUString& str2 )
throw(com::sun::star::uno::RuntimeException);
sal_Bool SAL_CALL equals(
@@ -66,9 +66,9 @@ public:
protected:
TransliterationModules moduleLoaded;
private:
- sal_Int32 SAL_CALL compare(
- 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)
+ sal_Int32 SAL_CALL compare(
+ 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);
};