Issue 122703 - Wrong text for property GraphicIsInverted
Summary: Wrong text for property GraphicIsInverted
Status: UNCONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.4.1
Hardware: PC Windows 7
: P3 Normal
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-08 11:51 UTC by Regina Henschel
Modified: 2013-07-08 11:51 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 Regina Henschel 2013-07-08 11:51:42 UTC
The property GraphicIsInverted of TextGraphicObject has the text
/** determins if the graphic is display in inverted colors.
	 	It contains percentage values between -100 and +100.
	 */
	[property] boolean GraphicIsInverted;

in offapi/com/sun/star/text/TextGraphicObject.idl

"It contains percentage values between -100 and +100." is nonsense for a boolean property.