summaryrefslogtreecommitdiff
path: root/embeddedobj
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 18:36:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 18:36:08 +0000
commit29355ec2fdc43c29050056d16f6bba3145daa4c3 (patch)
tree65b57d208a956ada2f0a9a36df2c7df43987ba23 /embeddedobj
parent5c2b734621a67ae0fe70e93880a62ec5f5de0afd (diff)
INTEGRATION: CWS chart2mst3 (1.16.14); FILE MERGED
2007/04/25 02:21:13 bm 1.16.14.2: RESYNC: (1.16-1.17); FILE MERGED 2006/11/30 14:06:13 mba 1.16.14.1: #i64497#: parent is now set before objects are loaded
Diffstat (limited to 'embeddedobj')
-rw-r--r--embeddedobj/source/inc/commonembobj.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/embeddedobj/source/inc/commonembobj.hxx b/embeddedobj/source/inc/commonembobj.hxx
index fe018e792ec5..1248439a9b08 100644
--- a/embeddedobj/source/inc/commonembobj.hxx
+++ b/embeddedobj/source/inc/commonembobj.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: commonembobj.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: ihi $ $Date: 2007-04-16 16:50:58 $
+ * last change: $Author: vg $ $Date: 2007-05-22 19:36:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -198,6 +198,10 @@ protected:
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xParent;
+ sal_Bool m_bHasCachedSize; // the object has cached size
+ ::com::sun::star::awt::Size m_aCachedSize;
+ sal_Int32 m_nMapUnit;
+
private:
void CommonInit_Impl( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aObjectProps );