From ec32e19b7df4155457f2bf103ef0f0d420ea28ca Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 5 Jan 2005 11:19:45 +0000 Subject: 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 --- svx/source/fmcomp/gridctrl.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'svx/source/fmcomp/gridctrl.cxx') 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)); -- cgit v1.2.3