Tag: cws_src680_mav17 User: mav Date: 05/02/23 00:33:14 Modified: /dba/dbaccess/source/core/dataaccess/ documentdefinition.cxx
Log: #i35991# let the existing form be opened with the same size and in nonmodified state File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: documentdefinition.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documentdefinition.cxx?r1=1.19.28.1&r2=1.19.28.2 Delta lines: +4 -4 ------------------- --- documentdefinition.cxx 23 Feb 2005 08:24:40 -0000 1.19.28.1 +++ documentdefinition.cxx 23 Feb 2005 08:33:12 -0000 1.19.28.2 @@ -2,9 +2,9 @@ * * $RCSfile: documentdefinition.cxx,v $ * - * $Revision: 1.19.28.1 $ + * $Revision: 1.19.28.2 $ * - * last change: $Author: mav $ $Date: 2005/02/23 08:24:40 $ + * last change: $Author: mav $ $Date: 2005/02/23 08:33:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -724,13 +724,13 @@ // Layout manager should not layout while the size is still not restored // so it will stay locked for this time - Reference<::drafts::com::sun::star::frame::XLayoutManager> xLayoutManager; + Reference< ::drafts::com::sun::star::frame::XLayoutManager > xLayoutManager; if ( xFrame.is() ) { try { Reference< XPropertySet > xPropSet( xFrame, UNO_QUERY_THROW ); - xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ))) >>= xLayoutManager; + xLayoutManager.set( xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ) ) ) ); if ( xLayoutManager.is() ) xLayoutManager->lock(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
