diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 09:39:30 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 09:39:30 +0000 |
commit | 8402f12e6e8fcc5528a1bb6c105bd13e8c3bfa22 (patch) | |
tree | adb145aa96b9a2466d03c9247800f1253875d4a3 /dbaccess/source/ui/tabledesign/TableController.cxx | |
parent | 6fa6f06727f088b853c392a4149b88066bb905d0 (diff) |
INTEGRATION: CWS geordi2q10 (1.89.50); FILE MERGED
2003/11/28 09:43:10 rt 1.89.50.1: #111934#: join CWS dba01pp1
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TableController.cxx')
-rw-r--r-- | dbaccess/source/ui/tabledesign/TableController.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx index d4436685d335..84abc603c64f 100644 --- a/dbaccess/source/ui/tabledesign/TableController.cxx +++ b/dbaccess/source/ui/tabledesign/TableController.cxx @@ -2,9 +2,9 @@ * * $RCSfile: TableController.cxx,v $ * - * $Revision: 1.89 $ + * $Revision: 1.90 $ * - * last change: $Author: vg $ $Date: 2003-07-21 12:28:21 $ + * last change: $Author: rt $ $Date: 2003-12-01 10:39:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -619,7 +619,7 @@ void OTableController::doEditIndexes() if (!xIndexes.is()) return; - DbaIndexDialog aDialog(getView(), aFieldNames, xIndexes, getConnection(),getORB(),isConnected() ? getConnection()->getMetaData()->getMaxColumnsInIndex() : sal_Int32(0)); + DbaIndexDialog aDialog(getView(), aFieldNames, xIndexes, getConnection(),getORB(),isConnected() ? getConnection()->getMetaData().is() && getConnection()->getMetaData()->getMaxColumnsInIndex() : sal_Int32(0)); if (RET_OK != aDialog.Execute()) return; |