Tag: cws_src680_dba24d User: fs Date: 2007-11-08 14:16:49+0000 Modified: dba/dbaccess/source/ui/tabledesign/TableController.cxx
Log: during #i81658#: string cleanup File Changes: Directory: /dba/dbaccess/source/ui/tabledesign/ =============================================== File [changed]: TableController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TableController.cxx?r1=1.114&r2=1.114.2.1 Delta lines: +4 -4 ------------------- --- TableController.cxx 2007-11-02 11:28:34+0000 1.114 +++ TableController.cxx 2007-11-08 14:16:46+0000 1.114.2.1 @@ -4,9 +4,9 @@ * * $RCSfile: TableController.cxx,v $ * - * $Revision: 1.114 $ + * $Revision: 1.114.2.1 $ * - * last change: $Author: hr $ $Date: 2007/11/02 11:28:34 $ + * last change: $Author: fs $ $Date: 2007/11/08 14:16:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -617,7 +617,7 @@ const NamedValueCollection& rArguments( getInitParams() ); Reference< XConnection > xConnection; - xConnection = rArguments.getOrDefault( (::rtl::OUString)PROPERTY_ACTIVECONNECTION, xConnection ); + xConnection = rArguments.getOrDefault( (::rtl::OUString)PROPERTY_ACTIVE_CONNECTION, xConnection ); if ( xConnection.is() ) initializeConnection( xConnection ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
