summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/prevwsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/prevwsh.cxx')
-rw-r--r--sc/source/ui/view/prevwsh.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sc/source/ui/view/prevwsh.cxx b/sc/source/ui/view/prevwsh.cxx
index 4acbaf1d8796..2067dd94687d 100644
--- a/sc/source/ui/view/prevwsh.cxx
+++ b/sc/source/ui/view/prevwsh.cxx
@@ -610,8 +610,7 @@ void ScPreviewShell::Execute( SfxRequest& rReq )
if ( pReqArgs )
{
- const SvxZoomItem& rZoomItem = static_cast<const SvxZoomItem&>(
- pReqArgs->Get(SID_ATTR_ZOOM));
+ const SvxZoomItem& rZoomItem = pReqArgs->Get(SID_ATTR_ZOOM);
eZoom = rZoomItem.GetType();
nZoom = rZoomItem.GetValue();
@@ -633,9 +632,8 @@ void ScPreviewShell::Execute( SfxRequest& rReq )
if ( !bCancel )
{
- const SvxZoomItem& rZoomItem = static_cast<const SvxZoomItem&>(
- pDlg->GetOutputItemSet()->
- Get( SID_ATTR_ZOOM ));
+ const SvxZoomItem& rZoomItem = pDlg->GetOutputItemSet()->
+ Get( SID_ATTR_ZOOM );
eZoom = rZoomItem.GetType();
nZoom = rZoomItem.GetValue();