summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpshap.hxx
diff options
context:
space:
mode:
authorChristian Lippka <christian.lippka@sun.com>2010-03-02 19:50:13 +0100
committerChristian Lippka <christian.lippka@sun.com>2010-03-02 19:50:13 +0100
commit33ef17ed7207b82d8e6fe1fa4ddaec676092d0f1 (patch)
treeda0532f7b0be1c7980d50f20d78ff7f8649d3800 /xmloff/source/draw/ximpshap.hxx
parent478bee53c1de2d9625fb7c7cb72d13aa3b6e6f18 (diff)
added Visible property for shapes
Diffstat (limited to 'xmloff/source/draw/ximpshap.hxx')
-rw-r--r--xmloff/source/draw/ximpshap.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/source/draw/ximpshap.hxx b/xmloff/source/draw/ximpshap.hxx
index 18453a8936af..bf15534fc260 100644
--- a/xmloff/source/draw/ximpshap.hxx
+++ b/xmloff/source/draw/ximpshap.hxx
@@ -83,6 +83,9 @@ protected:
com::sun::star::awt::Size maSize;
com::sun::star::awt::Point maPosition;
+ bool mbVisible;
+ bool mbPrintable;
+
/** if bSupportsStyle is false, auto styles will be set but not a style */
void SetStyle( bool bSupportsStyle = true );
void SetLayer();