Kaydet (Commit) d49a0b43 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

One more XPropertySet -> XLinguProperties

Change-Id: I9ce34899181416f6c5e38289035af35ed5533616
üst f3515761
...@@ -466,7 +466,7 @@ void SAL_CALL ...@@ -466,7 +466,7 @@ void SAL_CALL
sal_Int32 nLen = rArguments.getLength(); sal_Int32 nLen = rArguments.getLength();
if (2 == nLen) if (2 == nLen)
{ {
Reference< XPropertySet > xPropSet; Reference< XLinguProperties > xPropSet;
rArguments.getConstArray()[0] >>= xPropSet; rArguments.getConstArray()[0] >>= xPropSet;
//rArguments.getConstArray()[1] >>= xDicList; //rArguments.getConstArray()[1] >>= xDicList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment