summaryrefslogtreecommitdiff
path: root/linguistic/source/hyphdsp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-02-04 16:18:01 +0200
committerNoel Grandin <noel@peralex.com>2013-02-12 10:14:43 +0200
commit53ec703c14470cb18845fc4483ec36c13b0d744e (patch)
tree4cde768b9b70c00e34801680ac6bcc4a889c5489 /linguistic/source/hyphdsp.hxx
parenta6a8a8707b6ae111f94bac094d3c2909f523ca6f (diff)
fdo#46808, Adapt linguistic2::DictionaryList UNO service to new style
Change-Id: Iaf81a38063411b8a003b78f7eb7d6aab6c9df292
Diffstat (limited to 'linguistic/source/hyphdsp.hxx')
-rw-r--r--linguistic/source/hyphdsp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/hyphdsp.hxx b/linguistic/source/hyphdsp.hxx
index d6e81920603e..a770f5fe9262 100644
--- a/linguistic/source/hyphdsp.hxx
+++ b/linguistic/source/hyphdsp.hxx
@@ -57,7 +57,7 @@ class HyphenatorDispatcher :
::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet > xPropSet;
::com::sun::star::uno::Reference<
- ::com::sun::star::linguistic2::XSearchableDictionaryList > xDicList;
+ ::com::sun::star::linguistic2::XSearchableDictionaryList > xDicList;
LngSvcMgr &rMgr;
@@ -152,7 +152,7 @@ inline ::com::sun::star::uno::Reference<
HyphenatorDispatcher::GetDicList()
{
return xDicList.is() ?
- xDicList : xDicList = ::linguistic::GetSearchableDictionaryList();
+ xDicList : xDicList = ::linguistic::GetDictionaryList();
}