diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-14 20:24:55 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-14 20:25:40 +0300 |
commit | d49a0b43048de8a9e5c154e405eb6cecaf606783 (patch) | |
tree | 06d4a8774ea2dd5e417170ec3f6a58beda2907fb /lingucomponent/source | |
parent | f3515761c00c6e911e9d4f2b10e941481c7ac720 (diff) |
One more XPropertySet -> XLinguProperties
Change-Id: I9ce34899181416f6c5e38289035af35ed5533616
Diffstat (limited to 'lingucomponent/source')
-rw-r--r-- | lingucomponent/source/spellcheck/macosxspell/macspellimp.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm b/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm index 0936661a742c..9af04b2dc755 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm +++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm @@ -466,7 +466,7 @@ void SAL_CALL sal_Int32 nLen = rArguments.getLength(); if (2 == nLen) { - Reference< XPropertySet > xPropSet; + Reference< XLinguProperties > xPropSet; rArguments.getConstArray()[0] >>= xPropSet; //rArguments.getConstArray()[1] >>= xDicList; |