[Libreoffice] [PUSHED] Re: [PATCH] making binfilter compiling again

Gert Faller gertfaller at aliceadsl.fr
Fri Dec 3 17:14:22 PST 2010


Hi,

sorry for that, I just changed lines as :

-/*N*/ 		aOutProps[1].Name = OUSTRING::createFromAscii( PROP_SCRIPT );
+/*N*/ 		aOutProps[1].Name = OUString(RTL_CONSTASCII_USTRINGPARAM( PROP_SCRIPT
));
 /*N*/ 		aOutProps[1].Value <<= aScript;
-/*N*/ 		aOutProps[2].Name = OUSTRING::createFromAscii( PROP_LIBRARY );
+/*N*/ 		aOutProps[2].Name = OUString(RTL_CONSTASCII_USTRINGPARAM( PROP_LIBRARY
));
 /*N*/ 		aOutProps[2].Value <<= aLibrary;
-/*N*/ 		aOutProps[3].Name = OUSTRING::createFromAscii( PROP_MACRO_NAME );
+/*N*/ 		aOutProps[3].Name = OUString(RTL_CONSTASCII_USTRINGPARAM(
PROP_MACRO_NAME ));
 /*N*/ 		aOutProps[3].Value <<= aMacroName;
 /*N*/ 		rRet <<= aOutProps;

but it's a fact that I've not tested compilation on it.

Sorry again...

Regards.




More information about the LibreOffice mailing list