summaryrefslogtreecommitdiff
path: root/embeddedobj
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-02 16:05:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-02 16:05:48 +0000
commit530a6590570592f492b2071c8aa0c5fd1a51f7e1 (patch)
tree1d1dacfadf83353f8a8188c862ce452fd7f64076 /embeddedobj
parent838a26a1c2c292a94c76204661abc89426d4ba39 (diff)
INTEGRATION: CWS fwk69 (1.18.14); FILE MERGED
2007/07/19 13:00:47 mav 1.18.14.1: #i78720# fix the cloned size caching
Diffstat (limited to 'embeddedobj')
-rw-r--r--embeddedobj/source/inc/commonembobj.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/embeddedobj/source/inc/commonembobj.hxx b/embeddedobj/source/inc/commonembobj.hxx
index 1248439a9b08..f1e31f5c57d5 100644
--- a/embeddedobj/source/inc/commonembobj.hxx
+++ b/embeddedobj/source/inc/commonembobj.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: commonembobj.hxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 19:36:08 $
+ * last change: $Author: hr $ $Date: 2007-08-02 17:05:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -198,9 +198,9 @@ 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;
+ sal_Bool m_bHasClonedSize; // the object has cached size
+ ::com::sun::star::awt::Size m_aClonedSize;
+ sal_Int32 m_nClonedMapUnit;
private:
void CommonInit_Impl( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& aObjectProps );