To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49228
User cl changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri May 20 06:07:40 -0700
2005 -------
Wow, this is a tricky issue, here is the story
SdDrawDocument::InsertBookmarkAsPage basicly fails with this document because
the last three slides have the same name. It is basicly ok that it fails because
its forbidden to have two slides with the same name. How did that happen?
Well the page number layout format (changeable in format->page under Format) is
set to 'none', those for pages without a name the wrong name 'Slide ' is created
for each one.
Guess I will fix it that SdPage::GetName() checks for the page number layout
before it calls SdDrawDocument::CreatePageNumValue and in case of 'none' it just
adds the arabic page number
---------------------------------------------------------------------
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]