06.02.2012 00:13, Chr. Rossmanith пишет:
I've added a third parameter nType to ResData2Output() (s. reworked
attached patch)

The following string concatenation argument have to be passed as a parameter as well.

+            if ( pResData->bText )
+                sOutput += pResData->sTextTyp;
+            else if ( pResData->bQuickHelpText )
+                sOutput += "QuickHelpText";
+            else if ( pResData->bTitle )
+                sOutput += "Title";

Otherwise, it would be always chosen from the first true branch.

Ivan
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to