summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshb.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 15:00:20 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 15:00:20 +0000
commita0f1d1f8febad71ade6d3c8cd8d8157a0bad1102 (patch)
treebaae9fbf64333dbf90875f95f96b1e6335c01104 /sc/source/ui/view/tabvwshb.cxx
parentefd316ef75f409b46a487c2795bac0d3f2848ac1 (diff)
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#
Diffstat (limited to 'sc/source/ui/view/tabvwshb.cxx')
-rw-r--r--sc/source/ui/view/tabvwshb.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/view/tabvwshb.cxx b/sc/source/ui/view/tabvwshb.cxx
index 8200e23e3aa8..62a2a705314d 100644
--- a/sc/source/ui/view/tabvwshb.cxx
+++ b/sc/source/ui/view/tabvwshb.cxx
@@ -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);
}
}
}