summaryrefslogtreecommitdiff
path: root/linguistic/source/thesdsp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/thesdsp.hxx')
-rw-r--r--linguistic/source/thesdsp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/thesdsp.hxx b/linguistic/source/thesdsp.hxx
index 077413d6e791..80cafe29cc4b 100644
--- a/linguistic/source/thesdsp.hxx
+++ b/linguistic/source/thesdsp.hxx
@@ -48,7 +48,7 @@ class ThesaurusDispatcher :
ThesaurusDispatcher(const ThesaurusDispatcher &) = delete;
ThesaurusDispatcher & operator = (const ThesaurusDispatcher &) = delete;
- inline css::uno::Reference< css::linguistic2::XLinguProperties >
+ inline const css::uno::Reference< css::linguistic2::XLinguProperties > &
GetPropSet();
void ClearSvcList();
@@ -78,7 +78,7 @@ public:
};
-inline css::uno::Reference< css::linguistic2::XLinguProperties >
+inline const css::uno::Reference< css::linguistic2::XLinguProperties > &
ThesaurusDispatcher::GetPropSet()
{
if (!xPropSet.is())