From d49a0b43048de8a9e5c154e405eb6cecaf606783 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 14 May 2013 20:24:55 +0300 Subject: One more XPropertySet -> XLinguProperties Change-Id: I9ce34899181416f6c5e38289035af35ed5533616 --- lingucomponent/source/spellcheck/macosxspell/macspellimp.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lingucomponent/source/spellcheck') 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; -- cgit