Tag: cws_src680_mav17
User: mav     
Date: 05/02/23 00:39:48

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.2&r2=1.19.28.3
Delta lines:  +3 -3
-------------------
--- documentdefinition.cxx      23 Feb 2005 08:33:12 -0000      1.19.28.2
+++ documentdefinition.cxx      23 Feb 2005 08:39:46 -0000      1.19.28.3
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: documentdefinition.cxx,v $
  *
- *  $Revision: 1.19.28.2 $
+ *  $Revision: 1.19.28.3 $
  *
- *  last change: $Author: mav $ $Date: 2005/02/23 08:33:12 $
+ *  last change: $Author: mav $ $Date: 2005/02/23 08:39:46 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -730,7 +730,7 @@
                                                                                
        try
                                                                                
        {
                                                                                
                Reference< XPropertySet > xPropSet( xFrame, UNO_QUERY_THROW );
-                                                                               
                xLayoutManager.set( xPropSet->getPropertyValue( rtl::OUString( 
RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ) ) ) );
+                                                                               
                xLayoutManager.set( xPropSet->getPropertyValue( rtl::OUString( 
RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ) ) ), UNO_QUERY );
                                                                                
                if ( xLayoutManager.is() )
                                                                                
                        xLayoutManager->lock();
 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to