diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-05 22:27:38 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-06 07:19:08 +0200 |
commit | 5d0272772a174644e63fd46664887a2cb0362ba5 (patch) | |
tree | d0c31c3c4fdbc4eca1431e14831ca4b5f9045a6c /offapi | |
parent | e8288b8857928cb54077608ca5907c966bfd490f (diff) |
consistent percent sign in comments
Change-Id: I9906b4e58fd8672e51f6aa2e56ec68bb28772500
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/drawing/GraphicObjectShape.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/drawing/GraphicObjectShape.idl b/offapi/com/sun/star/drawing/GraphicObjectShape.idl index 939e590f74a1..0a5dc2327509 100644 --- a/offapi/com/sun/star/drawing/GraphicObjectShape.idl +++ b/offapi/com/sun/star/drawing/GraphicObjectShape.idl @@ -94,7 +94,7 @@ published service GraphicObjectShape /** If this property is set, the transparency value of this graphic shape is adjusted by the given unsigned percent value. - 100% is fully transparent, 0 % is fully opaque. + 100% is fully transparent, 0% is fully opaque. */ [property] short Transparency; |