diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-01-30 07:55:43 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-01-30 07:55:43 +0000 |
commit | 05494c98a07671b71470119501f768000b98b285 (patch) | |
tree | a2e6d27c443496e80b875defc988dfd092eab943 /dbaccess/source/ui | |
parent | 2e6ed2496e5a4991b39f7843b8ed1ba577e54c54 (diff) |
INTEGRATION: CWS dba24d (1.6.170); FILE MERGED
2007/11/08 14:18:29 fs 1.6.170.1: during #i81658#: string cleanup
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r-- | dbaccess/source/ui/uno/ColumnControl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/uno/ColumnControl.cxx b/dbaccess/source/ui/uno/ColumnControl.cxx index 09dd64d58..64edb1b3b 100644 --- a/dbaccess/source/ui/uno/ColumnControl.cxx +++ b/dbaccess/source/ui/uno/ColumnControl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ColumnControl.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-17 07:32:05 $ + * last change: $Author: rt $ $Date: 2008-01-30 08:55:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -114,7 +114,7 @@ void SAL_CALL OColumnControl::createPeer(const Reference< XToolkit >& /*rToolkit Reference<XPropertySet> xProp(getModel(), UNO_QUERY); if ( xProp.is() ) { - Reference<XConnection> xCon(xProp->getPropertyValue(PROPERTY_ACTIVECONNECTION),UNO_QUERY); + Reference<XConnection> xCon(xProp->getPropertyValue(PROPERTY_ACTIVE_CONNECTION),UNO_QUERY); pPeer->setConnection(xCon); Reference<XPropertySet> xColumn(xProp->getPropertyValue(PROPERTY_COLUMN),UNO_QUERY); pPeer->setColumn(xColumn); |