diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 12:12:39 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 12:12:39 +0000 |
commit | d6de86406ab6ee3d72aa3a45021bf65211cf5f83 (patch) | |
tree | 4dba6c2f8932bcca27e8f95d6498e817d526eafb /sc/source/ui/drawfunc/fuins2.cxx | |
parent | 6fe3968868391b8f0299c3f9d66525e066fc199b (diff) |
INTEGRATION: CWS calcwarnings (1.24.8); FILE MERGED
2006/12/12 17:03:13 nn 1.24.8.1: #i69284# warning-free: ui, unxlngi6
Diffstat (limited to 'sc/source/ui/drawfunc/fuins2.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/fuins2.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sc/source/ui/drawfunc/fuins2.cxx b/sc/source/ui/drawfunc/fuins2.cxx index ba252148a8c1..b821a4950b76 100644 --- a/sc/source/ui/drawfunc/fuins2.cxx +++ b/sc/source/ui/drawfunc/fuins2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fuins2.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 15:51:46 $ + * last change: $Author: vg $ $Date: 2007-02-27 13:12:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -231,9 +231,9 @@ void lcl_ChartInit2( const uno::Reference < embed::XEmbeddedObject >& aIPObj, Sc |* \************************************************************************/ -FuInsertOLE::FuInsertOLE(ScTabViewShell* pViewSh, Window* pWin, SdrView* pView, +FuInsertOLE::FuInsertOLE(ScTabViewShell* pViewSh, Window* pWin, SdrView* pViewP, SdrModel* pDoc, SfxRequest& rReq) - : FuPoor(pViewSh, pWin, pView, pDoc, rReq) + : FuPoor(pViewSh, pWin, pViewP, pDoc, rReq) { if( ! rReq.IsAPI() ) rReq.Done(); @@ -316,10 +316,10 @@ FuInsertOLE::FuInsertOLE(ScTabViewShell* pViewSh, Window* pWin, SdrView* pView, if ( aURL.SetURL( aPluginFileDialog.GetPath() ) ) { // create a plugin object - ::rtl::OUString aName; + ::rtl::OUString aObjName; SvGlobalName aClassId( SO3_PLUGIN_CLASSID ); comphelper::EmbeddedObjectContainer aCnt( xStorage ); - xObj = aCnt.CreateEmbeddedObject( aClassId.GetByteSequence(), aName ); + xObj = aCnt.CreateEmbeddedObject( aClassId.GetByteSequence(), aObjName ); if ( xObj.is() && svt::EmbeddedObjectRef::TryRunningState( xObj ) ) { // set properties from dialog @@ -500,9 +500,9 @@ void FuInsertOLE::Deactivate() |* \************************************************************************/ -FuInsertChart::FuInsertChart(ScTabViewShell* pViewSh, Window* pWin, SdrView* pView, +FuInsertChart::FuInsertChart(ScTabViewShell* pViewSh, Window* pWin, SdrView* pViewP, SdrModel* pDoc, SfxRequest& rReq) - : FuPoor(pViewSh, pWin, pView, pDoc, rReq) + : FuPoor(pViewSh, pWin, pViewP, pDoc, rReq) { const SfxItemSet* pReqArgs = rReq.GetArgs(); @@ -689,7 +689,7 @@ FuInsertChart::FuInsertChart(ScTabViewShell* pViewSh, Window* pWin, SdrView* pVi // Einfache Selektion in der gleichen Tabelle: // Positionieren 1/2 Spalte rechts // und 1 1/2 Zeilen unterhalb des Starts - ScDocument* pScDoc = pData->GetDocument(); + //ScDocument* pScDoc = pData->GetDocument(); long x = 0, y = 0; SCCOL i; for( i = 0; i <= nC1; i++ ) |