To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58919





------- Additional comments from [EMAIL PROTECTED] Mon Dec  5 13:48:06 -0800 
2005 -------
I did a workaround in
sw/source/ui/dbui/dbmgr.cxx

in function:
sal_Int32 SwNewDBMgr::MergeDocuments( SwMailMergeConfigItem& rMMConfig, SwView&
rSourceView )

change:
USHORT nStartingPageNo = rSourceShell.GetVirtPageNum();
to:
USHORT nStartingPageNo = (rSourceShell.GetVirtPageNum() == 1) ? 0 :
rSourceShell.GetVirtPageNum();

its looks work, the blank pages not appear...

Joesny

---------------------------------------------------------------------
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]

Reply via email to