summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-05 11:19:45 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-05 11:19:45 +0000
commitec32e19b7df4155457f2bf103ef0f0d420ea28ca (patch)
treefe0860124bb3cd96e1d8709a2158668a74f5051e
parentd109a53d71b08c939fbef4ffd5d1d8c10ba4b08a (diff)
INTEGRATION: CWS dba20 (1.68.66); FILE MERGED
2004/11/29 11:35:14 oj 1.68.66.2: RESYNC: (1.68-1.69); FILE MERGED 2004/11/18 08:45:14 oj 1.68.66.1: #i37337# remove call to ReserveControlCall
-rw-r--r--svx/source/fmcomp/gridctrl.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx
index 5987b0ed1a..791bbcf82c 100644
--- a/svx/source/fmcomp/gridctrl.cxx
+++ b/svx/source/fmcomp/gridctrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: gridctrl.cxx,v $
*
- * $Revision: 1.69 $
+ * $Revision: 1.70 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 11:20:48 $
+ * last change: $Author: obo $ $Date: 2005-01-05 12:19:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1643,8 +1643,6 @@ void DbGridControl::setDataSource(const Reference< XRowSet >& _xCursor, sal_uInt
adjustModeForScrollbars( m_nMode, m_bNavigationBar, m_bHideScrollbars );
- ReserveControlArea();
-
Reference< XColumnsSupplier > xSupplyColumns(_xCursor, UNO_QUERY);
if (xSupplyColumns.is())
InitColumnsByFields(Reference< XIndexAccess > (xSupplyColumns->getColumns(), UNO_QUERY));