Tag: cws_src680_dba24d User: fs Date: 2007-11-08 14:16:52+0000 Modified: dba/dbaccess/source/ui/relationdesign/RelationController.cxx
Log: during #i81658#: string cleanup File Changes: Directory: /dba/dbaccess/source/ui/relationdesign/ ================================================== File [changed]: RelationController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/relationdesign/RelationController.cxx?r1=1.49&r2=1.49.2.1 Delta lines: +4 -4 ------------------- --- RelationController.cxx 2007-11-01 15:37:35+0000 1.49 +++ RelationController.cxx 2007-11-08 14:16:50+0000 1.49.2.1 @@ -4,9 +4,9 @@ * * $RCSfile: RelationController.cxx,v $ * - * $Revision: 1.49 $ + * $Revision: 1.49.2.1 $ * - * last change: $Author: hr $ $Date: 2007/11/01 15:37:35 $ + * last change: $Author: fs $ $Date: 2007/11/08 14:16:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -296,7 +296,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]
