diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:54:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:54:26 +0000 |
commit | c87336c19e0d8eb567b1658661bb5f315fb73934 (patch) | |
tree | 47f3b89a9c285fd5c807d9ad47ff69e190088e5d /sc | |
parent | 47e7c6f7a5212fead6df262e87f43dfc693cfc78 (diff) |
INTEGRATION: CWS aw033 (1.48.32); FILE MERGED
2008/07/10 12:55:19 aw 1.48.32.4: #i39532# XOutputDevice removed, PrepareDelete removed
2008/05/14 15:24:10 aw 1.48.32.3: RESYNC: (1.49-1.50); FILE MERGED
2008/02/12 11:38:25 aw 1.48.32.2: RESYNC: (1.48-1.49); FILE MERGED
2008/01/22 12:13:49 aw 1.48.32.1: adaptions and 1st stripping
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/drawview.cxx | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sc/source/ui/view/drawview.cxx b/sc/source/ui/view/drawview.cxx index 6ecfb1d689bf..91ebb9f41be3 100644 --- a/sc/source/ui/view/drawview.cxx +++ b/sc/source/ui/view/drawview.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: drawview.cxx,v $ - * $Revision: 1.50 $ + * $Revision: 1.51 $ * * This file is part of OpenOffice.org. * @@ -45,7 +45,6 @@ #include <svx/svdundo.hxx> #include <svx/svdocapt.hxx> #include <svx/outlobj.hxx> -#include <svx/xoutx.hxx> #include <svx/writingmodeitem.hxx> #include <svx/sdrpaintwindow.hxx> #include <sfx2/bindings.hxx> @@ -394,19 +393,8 @@ void ScDrawView::RecalcScale() aScaleX,aScaleY ); } -// #110094#-17 Not used -//void ScDrawView::PaintObject( SdrObject* pObject, OutputDevice* pDev ) const -//{ -// pXOut->SetOutDev( pDev ); -// SdrPaintInfoRec aInfoRec; -// pObject->Paint( *pXOut, aInfoRec ); -//} - void ScDrawView::DoConnect(SdrOle2Obj* pOleObj) { - // needed for plug-ins etc. - // query for status embed::EmbedMisc::MS_EMBED_ACTIVATEWHENVISIBLE is in SdrOle2Obj::DoPaintObject - if ( pViewData ) pViewData->GetViewShell()->ConnectObject( pOleObj ); } |