https://bugs.documentfoundation.org/show_bug.cgi?id=170758
--- Comment #2 from [email protected] <[email protected]> --- Following up, ProcessProperties() tries to get the RenderDevice but it doesn't get one, so print page size is 0, and that leads to PrepareScaledPage() getting nNotePageCount~=INT_MAX so the for() loop: for (sal_Int32 i = 1; i <= nNotePageCount; i++) basically runs forever. -- You are receiving this mail because: You are the assignee for the bug.
