summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-06-15 12:54:21 +0200
committerobo <obo@openoffice.org>2010-06-15 12:54:21 +0200
commited481da521b7a9a4320408f52c6b7f2feb109dd9 (patch)
tree53004add7edb9150a54ebac34b1454c520d1c827
parent4d585ff9c1353bc1351081a32ced5210b63fcb14 (diff)
parented65eefd22d3a05aa4b94968a4eda9de0b258019 (diff)
CWS-TOOLING: integrate CWS impressbi01ooo/DEV300_m83
-rw-r--r--offapi/com/sun/star/drawing/Shape.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/offapi/com/sun/star/drawing/Shape.idl b/offapi/com/sun/star/drawing/Shape.idl
index 024587c28..360352a91 100644
--- a/offapi/com/sun/star/drawing/Shape.idl
+++ b/offapi/com/sun/star/drawing/Shape.idl
@@ -136,6 +136,14 @@ published service Shape
//-------------------------------------------------------------------------
/** If this is <FALSE/>, the <type>Shape</type> is not visible
+ on screen outputs. Please note that the <type>Shape</type> may still
+ be visible when printed, see <member>Printable</member>.
+ */
+ [optional, property] boolean Visible;
+
+ //-------------------------------------------------------------------------
+
+ /** If this is <FALSE/>, the <type>Shape</type> is not visible
on printer outputs.
*/
[optional, property] boolean Printable;