office-gobmx/xmlscript
Olivier Hallot c6943a41a0 Correct OUString check with proper startsWith()
This patch fixes an error introduced in c75af8578d,
with OUString::startsWith() introduced by Lubos Lunak in 095ffaf5ef
Thanks to Lubos and Kendy.

Change-Id: Idcfb9ef59cfdf4c7b08193f5c137b985fa8b9965
Reviewed-on: https://gerrit.libreoffice.org/573
Reviewed-by: Jan Holesovsky <kendy@suse.cz>
Tested-by: Jan Holesovsky <kendy@suse.cz>
2012-09-07 08:33:41 +00:00
..
dtd
inc/xmlscript
prj
source
test
util
Library_xmlscript.mk
Makefile
Module_xmlscript.mk
Package_inc.mk
README

XML dialogs.

This code is used to (de)serialize basic dialogs to XML for storage
inside documents. While the XML -appears- to have some hierarchical
structure, that is only a fabrication, parsing and underlying toolkit
widget structure is sadly linear and flat.