INTEGRATION: CWS aw024 (1.24.10); FILE MERGED

2006/11/10 06:44:39 aw 1.24.10.7: RESYNC: (1.30-1.32); FILE MERGED
2006/08/03 19:35:16 aw 1.24.10.6: RESYNC: (1.28-1.30); FILE MERGED
2006/05/13 00:09:50 aw 1.24.10.5: RESYNC: (1.26-1.28); FILE MERGED
2005/11/18 19:42:02 aw 1.24.10.4: RESYNC: (1.25-1.26); FILE MERGED
2005/09/20 04:00:02 aw 1.24.10.3: RESYNC: (1.24-1.25); FILE MERGED
2005/05/26 11:16:19 aw 1.24.10.2: #i39531#
2005/05/19 12:08:18 aw 1.24.10.1: #i39529#
This commit is contained in:
Ivo Hinkelmann 2006-11-14 15:00:20 +00:00
parent efd316ef75
commit a0f1d1f8fe

View file

@ -4,9 +4,9 @@
*
* $RCSfile: tabvwshb.cxx,v $
*
* $Revision: 1.32 $
* $Revision: 1.33 $
*
* last change: $Author: vg $ $Date: 2006-11-01 18:23:03 $
* last change: $Author: ihi $ $Date: 2006-11-14 16:00:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -402,7 +402,7 @@ void ScTabViewShell::ExecDrawIns(SfxRequest& rReq)
//! merge with ScViewFunc::PasteDataFormat (SOT_FORMATSTR_ID_SBA_FIELDDATAEXCHANGE)?
ScDrawView* pDrView = GetScDrawView();
SdrPageView* pPageView = pDrView ? pDrView->GetPageViewPvNum(0) : NULL;
SdrPageView* pPageView = pDrView ? pDrView->GetSdrPageView() : NULL;
if(pPageView)
{
::svx::ODataAccessDescriptor aDescriptor(pDescriptorItem->GetValue());
@ -438,7 +438,7 @@ void ScTabViewShell::ExecDrawIns(SfxRequest& rReq)
}
}
pView->InsertObject(pNewDBField, *pPageView, pView->IsSolidDraggingNow() ? SDRINSERT_NOBROADCAST : 0);
pView->InsertObjectAtView(pNewDBField, *pPageView);
}
}
}