diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-30 07:54:49 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-30 07:54:49 +0000 |
commit | a613d414f1a792193c90b07cb3e8a6d69544dcb1 (patch) | |
tree | 5f63abbe805d0fc151cf2f0ba5498407ac617e0b /dbaccess/source/ui/relationdesign | |
parent | bc8aa2e103fd32d91dd0dbe3989388f20bebe38e (diff) |
INTEGRATION: CWS dba24d (1.49.2); FILE MERGED
2007/11/08 14:16:50 fs 1.49.2.1: during #i81658#: string cleanup
Diffstat (limited to 'dbaccess/source/ui/relationdesign')
-rw-r--r-- | dbaccess/source/ui/relationdesign/RelationController.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/relationdesign/RelationController.cxx b/dbaccess/source/ui/relationdesign/RelationController.cxx index dac8e7bae7b7..bcfc513fc0bf 100644 --- a/dbaccess/source/ui/relationdesign/RelationController.cxx +++ b/dbaccess/source/ui/relationdesign/RelationController.cxx @@ -4,9 +4,9 @@ * * $RCSfile: RelationController.cxx,v $ * - * $Revision: 1.49 $ + * $Revision: 1.50 $ * - * last change: $Author: hr $ $Date: 2007-11-01 15:37:35 $ + * last change: $Author: rt $ $Date: 2008-01-30 08:54:49 $ * * 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 @@ void ORelationController::impl_initialize() 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 ); |