summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:11:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:11:06 +0000
commite16e66634f65eaec55689ab5ff6263c8d0e87c13 (patch)
treeb7a177780a4fc6274cbf94171961c5ec18a1e701
parentINTEGRATION: CWS calcwarnings (1.12.110); FILE MERGED (diff)
downloadcore-e16e66634f65eaec55689ab5ff6263c8d0e87c13.tar.gz
core-e16e66634f65eaec55689ab5ff6263c8d0e87c13.zip
INTEGRATION: CWS calcwarnings (1.7.110); FILE MERGED
2006/12/12 17:03:12 nn 1.7.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:29 nn 1.7.110.1: #i69284# warning-free: ui, wntmsci10
-rw-r--r--sc/source/ui/drawfunc/fuconarc.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/drawfunc/fuconarc.cxx b/sc/source/ui/drawfunc/fuconarc.cxx
index 4889a1a53071..1f77fee82c31 100644
--- a/sc/source/ui/drawfunc/fuconarc.cxx
+++ b/sc/source/ui/drawfunc/fuconarc.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fuconarc.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 13:48:19 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:11:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -69,9 +69,9 @@
|*
\************************************************************************/
-FuConstArc::FuConstArc( ScTabViewShell* pViewSh, Window* pWin, SdrView* pView,
+FuConstArc::FuConstArc( ScTabViewShell* pViewSh, Window* pWin, SdrView* pViewP,
SdrModel* pDoc, SfxRequest& rReq )
- : FuConstruct( pViewSh, pWin, pView, pDoc, rReq )
+ : FuConstruct( pViewSh, pWin, pViewP, pDoc, rReq )
{
}
@@ -197,7 +197,7 @@ void FuConstArc::Activate()
break;
}
- pView->SetCurrentObj( aObjKind );
+ pView->SetCurrentObj( sal::static_int_cast<UINT16>( aObjKind ) );
aOldPointer = pWindow->GetPointer();
pViewShell->SetActivePointer( aNewPointer );