Tag: cws_src680_dba24d User: fs Date: 2007-12-01 21:14:32+0000 Modified: dba/dbaccess/source/ui/misc/linkeddocuments.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: linkeddocuments.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/linkeddocuments.cxx?r1=1.24.32.2&r2=1.24.32.3 Delta lines: +4 -4 ------------------- --- linkeddocuments.cxx 2007-12-01 13:41:44+0000 1.24.32.2 +++ linkeddocuments.cxx 2007-12-01 21:14:30+0000 1.24.32.3 @@ -4,9 +4,9 @@ * * $RCSfile: linkeddocuments.cxx,v $ * - * $Revision: 1.24.32.2 $ + * $Revision: 1.24.32.3 $ * - * last change: $Author: fs $ $Date: 2007/12/01 13:41:44 $ + * last change: $Author: fs $ $Date: 2007/12/01 21:14:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -404,7 +404,7 @@ Reference<XPropertySet> xProp(xNewDocument,UNO_QUERY); if ( xProp.is() && _sObjectName.getLength() ) { - xProp->setPropertyValue(PROPERTY_COMMANDTYPE,makeAny(_nCommandType)); + xProp->setPropertyValue(PROPERTY_COMMAND_TYPE,makeAny(_nCommandType)); xProp->setPropertyValue(PROPERTY_COMMAND,makeAny(_sObjectName)); } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
