summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/core/api/viewcontainer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/viewcontainer.cxx b/dbaccess/source/core/api/viewcontainer.cxx
index a8cd88ffd6b9..11d5751c2559 100644
--- a/dbaccess/source/core/api/viewcontainer.cxx
+++ b/dbaccess/source/core/api/viewcontainer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewcontainer.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: oj $ $Date: 2001-08-13 14:03:54 $
+ * last change: $Author: oj $ $Date: 2001-09-19 09:59:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -377,7 +377,7 @@ void SAL_CALL OViewContainer::appendByDescriptor( const Reference< XPropertySet
aSql += sComposedName + ::rtl::OUString::createFromAscii(" AS ");
::rtl::OUString sCommand;
- descriptor->getPropertyValue(PROPERTY_NAME) >>= sCommand;
+ descriptor->getPropertyValue(PROPERTY_COMMAND) >>= sCommand;
aSql += sCommand;