summaryrefslogtreecommitdiff
path: root/comphelper/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-02-18 21:26:40 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-18 21:26:40 +0000
commit926be1c961728855c612af2bb7b5d302c7de4441 (patch)
tree584701dfb8682def187009aa351a0098e5099a54 /comphelper/inc
parente8f92e54b9058a96ad2e0955e4c8c8e6ebb7ee64 (diff)
tidy this up and be consistent
Diffstat (limited to 'comphelper/inc')
-rw-r--r--comphelper/inc/comphelper/string.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/string.hxx b/comphelper/inc/comphelper/string.hxx
index 7944b1e2bddd..b1f769388ee0 100644
--- a/comphelper/inc/comphelper/string.hxx
+++ b/comphelper/inc/comphelper/string.hxx
@@ -174,8 +174,7 @@ COMPHELPER_DLLPUBLIC ::com::sun::star::uno::Sequence< ::rtl::OUString >
COMPHELPER_DLLPUBLIC sal_Int32 compareNatural( const ::rtl::OUString &rLHS, const ::rtl::OUString &rRHS,
const ::com::sun::star::uno::Reference< ::com::sun::star::i18n::XCollator > &rCollator,
const ::com::sun::star::uno::Reference< ::com::sun::star::i18n::XBreakIterator > &rBI,
- const ::com::sun::star::lang::Locale &rLocale )
- SAL_THROW(());
+ const ::com::sun::star::lang::Locale &rLocale );
class COMPHELPER_DLLPUBLIC NaturalStringSorter
{