diff options
author | obo <obo@openoffice.org> | 2010-06-15 12:54:21 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-15 12:54:21 +0200 |
commit | a93ecbe1f0f5e65ccc64347ed564d39c923f0dd0 (patch) | |
tree | e6b624a0d3274882f7e7855f8812a99706b07bb5 /xmloff/source/draw/ximpshap.hxx | |
parent | 946651672cd26b5db588005f39deb2eecf82ca8a (diff) | |
parent | 6e5f7e581dc5b8edcb78dc92a4d0c89d81f2aef9 (diff) |
CWS-TOOLING: integrate CWS impressbi01
Diffstat (limited to 'xmloff/source/draw/ximpshap.hxx')
-rw-r--r-- | xmloff/source/draw/ximpshap.hxx | 3 |
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(); |