Tag: cws_src680_odbmacros2 User: fs Date: 2008-02-18 21:11:09+0000 Modified: dba/dbaccess/source/core/dataaccess/documentdefinition.cxx
Log: pass the OutplaceFrameProperties as named values 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.50.2.5&r2=1.50.2.6 Delta lines: +3 -3 ------------------- --- documentdefinition.cxx 2008-02-14 08:22:19+0000 1.50.2.5 +++ documentdefinition.cxx 2008-02-18 21:11:06+0000 1.50.2.6 @@ -4,9 +4,9 @@ * * $RCSfile: documentdefinition.cxx,v $ * - * $Revision: 1.50.2.5 $ + * $Revision: 1.50.2.6 $ * - * last change: $Author: fs $ $Date: 2008/02/14 08:22:19 $ + * last change: $Author: fs $ $Date: 2008/02/18 21:11:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1520,7 +1520,7 @@ if ( xParentFrame.is() ) OutplaceFrameProperties.put( "ParentFrame", xParentFrame ); - aEmbeddedDescriptor.put( "OutplaceFrameProperties", OutplaceFrameProperties.getPropertyValues() ); + aEmbeddedDescriptor.put( "OutplaceFrameProperties", OutplaceFrameProperties.getNamedValues() ); // ......................................................................... // tell the embedded object to have (or not have) script support --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
