diff options
author | Eike Rathke <er@openoffice.org> | 2001-04-23 08:44:43 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2001-04-23 08:44:43 +0000 |
commit | c37007da59df9fb890725a7c404116b2d36db66b (patch) | |
tree | a422b8df5b93438030a74f3eb094fd013422e5dc /sc/source/core/tool/dbcolect.cxx | |
parent | db71eb5869cd65d39e6046566811d0a4aa2b00f8 (diff) |
ScDBData refresh handler
Diffstat (limited to 'sc/source/core/tool/dbcolect.cxx')
-rw-r--r-- | sc/source/core/tool/dbcolect.cxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sc/source/core/tool/dbcolect.cxx b/sc/source/core/tool/dbcolect.cxx index dc0ab509a..3124aaf4c 100644 --- a/sc/source/core/tool/dbcolect.cxx +++ b/sc/source/core/tool/dbcolect.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dbcolect.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: er $ $Date: 2001-04-21 20:29:27 $ + * last change: $Author: er $ $Date: 2001-04-23 09:43:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1229,11 +1229,7 @@ BOOL ScDBCollection::Insert(DataObject* pDataObject) BOOL bInserted = SortedCollection::Insert(pDataObject); if ( bInserted && pData->HasImportParam() && !pData->HasImportSelection() ) { -//!!!!!!! -//! TODO: (erAck 21.04.01) we can't access the ScDocShell of ui/inc. Solution? -//!!!!!!! -// pData->SetRefreshHandler( -// LINK( pDoc->GetDocumentShell(), ScDocShell, RefreshDBDataHdl ) ); + pData->SetRefreshHandler( GetRefreshHandler() ); pData->SetRefreshControl( pDoc->GetRefreshTimerControlAddress() ); } return bInserted; |