summaryrefslogtreecommitdiff
path: root/linguistic/source/hyphdsp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/hyphdsp.hxx')
-rw-r--r--linguistic/source/hyphdsp.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/linguistic/source/hyphdsp.hxx b/linguistic/source/hyphdsp.hxx
index 0061e9255401..a119224ca09a 100644
--- a/linguistic/source/hyphdsp.hxx
+++ b/linguistic/source/hyphdsp.hxx
@@ -55,9 +55,9 @@ class HyphenatorDispatcher :
HyphenatorDispatcher(const HyphenatorDispatcher &) = delete;
HyphenatorDispatcher & operator = (const HyphenatorDispatcher &) = delete;
- inline css::uno::Reference< css::linguistic2::XLinguProperties >
+ inline const css::uno::Reference< css::linguistic2::XLinguProperties > &
GetPropSet();
- inline css::uno::Reference< css::linguistic2::XSearchableDictionaryList >
+ inline const css::uno::Reference< css::linguistic2::XSearchableDictionaryList > &
GetDicList();
void ClearSvcList();
@@ -108,7 +108,7 @@ public:
};
-inline css::uno::Reference< css::linguistic2::XLinguProperties >
+inline const css::uno::Reference< css::linguistic2::XLinguProperties > &
HyphenatorDispatcher::GetPropSet()
{
if (!xPropSet.is())
@@ -117,7 +117,7 @@ inline css::uno::Reference< css::linguistic2::XLinguProperties >
}
-inline css::uno::Reference< css::linguistic2::XSearchableDictionaryList >
+inline const css::uno::Reference< css::linguistic2::XSearchableDictionaryList > &
HyphenatorDispatcher::GetDicList()
{
if (!xDicList.is())