[Libreoffice-commits] core.git: lingucomponent/source

Tor Lillqvist tml at iki.fi
Tue May 14 10:26:03 PDT 2013


 lingucomponent/source/spellcheck/macosxspell/macspellimp.mm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d49a0b43048de8a9e5c154e405eb6cecaf606783
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue May 14 20:24:55 2013 +0300

    One more XPropertySet -> XLinguProperties
    
    Change-Id: I9ce34899181416f6c5e38289035af35ed5533616

diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm b/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm
index 0936661..9af04b2 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;
 


More information about the Libreoffice-commits mailing list