To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115267
                 Issue #|115267
                 Summary|Page numbers not reflected currently in a newly insert
                        |ed ContentIndex
               Component|Word processor
                 Version|OOo 3.2
                Platform|All
                     URL|
              OS/Version|Windows XP
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|writerneedsconfirm
             Reported by|praveenmangu





------- Additional comments from praveenma...@openoffice.org Wed Oct 27 
07:37:18 +0000 2010 -------
The page numbers are not updated even after doing a XDocumentIndex.update(). The
only way the page numbers are updated is by doing an update twice with a sleep
in between.
        
        xDocumentIndex.update();
        //Temporary fix for page number updation problem
        Thread.sleep(10000);
        xDocumentIndex.update();
        
I'll attach the source code, the input document and the incorrect output 
document.

---------------------------------------------------------------------
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to