diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-05 11:19:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-05 11:19:45 +0000 |
commit | d96a4c60b4e1c33aad8089de733be4f7b829579e (patch) | |
tree | fafa73768bc3d7d87b4170b296f79f440dc9d3ac /svx/source/fmcomp/gridctrl.cxx | |
parent | 89cfa3efbf8a473d1fefd9c0f26ef4f97198d620 (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
Diffstat (limited to 'svx/source/fmcomp/gridctrl.cxx')
-rw-r--r-- | svx/source/fmcomp/gridctrl.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index ce45f60a8728..d4ddf99cce88 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)); |