summaryrefslogtreecommitdiff
path: root/i18npool/inc/breakiteratorImpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/inc/breakiteratorImpl.hxx')
-rw-r--r--i18npool/inc/breakiteratorImpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/breakiteratorImpl.hxx b/i18npool/inc/breakiteratorImpl.hxx
index cc5bd31a28ec..a90f06182777 100644
--- a/i18npool/inc/breakiteratorImpl.hxx
+++ b/i18npool/inc/breakiteratorImpl.hxx
@@ -116,7 +116,7 @@ private:
/// @throws css::uno::RuntimeException
bool createLocaleSpecificBreakIterator( const OUString& aLocaleName );
/// @throws css::uno::RuntimeException
- css::uno::Reference < XBreakIterator > getLocaleSpecificBreakIterator( const css::lang::Locale& rLocale );
+ const css::uno::Reference < XBreakIterator > & getLocaleSpecificBreakIterator( const css::lang::Locale& rLocale );
};