Tag: cws_src680_dba24d User: fs Date: 2007-11-08 14:13:51+0000 Modified: dba/dbaccess/source/ui/app/AppControllerDnD.cxx dba/dbaccess/source/ui/app/AppControllerGen.cxx
Log: during #i81658#: string cleanup File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppControllerDnD.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppControllerDnD.cxx?r1=1.22&r2=1.22.54.1 Delta lines: +4 -4 ------------------- --- AppControllerDnD.cxx 2007-07-24 12:06:24+0000 1.22 +++ AppControllerDnD.cxx 2007-11-08 14:13:49+0000 1.22.54.1 @@ -4,9 +4,9 @@ * * $RCSfile: AppControllerDnD.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.22.54.1 $ * - * last change: $Author: rt $ $Date: 2007/07/24 12:06:24 $ + * last change: $Author: fs $ $Date: 2007/11/08 14:13:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -835,7 +835,7 @@ else { xNewQuery->setPropertyValue(PROPERTY_COMMAND,makeAny(sCommand)); - xNewQuery->setPropertyValue(PROPERTY_USE_ESCAPE_PROCESSING,makeAny(bEscapeProcessing)); + xNewQuery->setPropertyValue(PROPERTY_ESCAPE_PROCESSING,makeAny(bEscapeProcessing)); } // insert xDestQueries->insertByName( sTargetName, makeAny(xNewQuery) ); File [changed]: AppControllerGen.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppControllerGen.cxx?r1=1.28&r2=1.28.28.1 Delta lines: +5 -5 ------------------- --- AppControllerGen.cxx 2007-09-26 14:46:50+0000 1.28 +++ AppControllerGen.cxx 2007-11-08 14:13:49+0000 1.28.28.1 @@ -4,9 +4,9 @@ * * $RCSfile: AppControllerGen.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.28.28.1 $ * - * last change: $Author: hr $ $Date: 2007/09/26 14:46:50 $ + * last change: $Author: fs $ $Date: 2007/11/08 14:13:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -244,7 +244,7 @@ m_aTableCopyHelper.pasteTable( _nFormatId, rClipboard, getDatabaseName(), ensureConnection() ); } else - paste( eType,ODataAccessObjectTransferable::extractObjectDescriptor(rClipboard) ); + paste( eType, ODataAccessObjectTransferable::extractObjectDescriptor( rClipboard ) ); } catch(Exception& ) @@ -299,7 +299,7 @@ if ( xConnection.is() ) { aArgs[ nArgPos++ ] <<= PropertyValue( - PROPERTY_ACTIVECONNECTION, 0, + PROPERTY_ACTIVE_CONNECTION, 0, makeAny( xConnection ), PropertyState_DIRECT_VALUE ); } aArgs.realloc( nArgPos ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
