To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=63107
------- Additional comments from [EMAIL PROTECTED] Mon Apr 3 05:54:18 -0700 2006 ------- Cl: I was rather thinking about changing the test to something like: displayname->length > prefix_length + 1 && displayname [prefix->length] == '-' && !strncmp (displayname, prefix, prefix->length) It will work a bit better. OTOH, when someone name the style as "graphics-text", it will cause problem even with such test. Shouldn't we test for prefix only for master page styles? From the code I read (but I didn't read everything ;-) it looks like the prefix with dash is only used for XML_STYLE_FAMILY_SD_PRESENTATION_ID styles. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
