Issue 85744 - AquaSalFrame::UpdateSettings prduces error output on console
Summary: AquaSalFrame::UpdateSettings prduces error output on console
Status: CLOSED FIXED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: 680m243
Hardware: Mac Mac OS X, all
: P3 Trivial (vote)
Target Milestone: OOo 3.0
Assignee: philipp.lohmann
QA Contact: issues@gsl
URL:
Keywords: aqua
Depends on:
Blocks:
 
Reported: 2008-01-30 17:55 UTC by philipp.lohmann
Modified: 2008-03-12 18:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description philipp.lohmann 2008-01-30 17:55:24 UTC
- start soffice.bin from a terminal (to achieve backing window)
- backing window appears
-> on the terminal there appear three warnings

<Error>: CGContextGetBaseCTM: invalid context
<Error>: CGContextConvertSizeToDeviceSpace: invalid context
<Error>: CGContextConvertSizeToUserSpace: invalid context

these are created during AquaSalFrame::UpdateSettings if the current context is
not setup with a decent CTM.

This can be solved by using a lockFocus/unlockFocus pair on the view.
Comment 1 philipp.lohmann 2008-01-30 17:56:12 UTC
fixed in CWS aquavcl05
Comment 2 philipp.lohmann 2008-02-19 21:06:28 UTC
verified in CWS aquavcl05
Comment 3 philipp.lohmann 2008-03-12 18:14:05 UTC
integrated in DEV300m2