From 530a6590570592f492b2071c8aa0c5fd1a51f7e1 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 2 Aug 2007 16:05:48 +0000 Subject: 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 --- embeddedobj/source/inc/commonembobj.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'embeddedobj') 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 ); -- cgit