summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview/viewcoll.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/uiview/viewcoll.cxx')
-rw-r--r--sw/source/uibase/uiview/viewcoll.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/uiview/viewcoll.cxx b/sw/source/uibase/uiview/viewcoll.cxx
index 2a4c521e214c..8f379b56ece3 100644
--- a/sw/source/uibase/uiview/viewcoll.cxx
+++ b/sw/source/uibase/uiview/viewcoll.cxx
@@ -49,11 +49,11 @@ void SwView::ExecColl(SfxRequest &rReq)
if (pArgs &&
SfxItemState::SET == pArgs->GetItemState( nWhich , true, &pItem ))
{
- if( ((SfxStringItem*)pItem)->GetValue() !=
+ if( static_cast<const SfxStringItem*>(pItem)->GetValue() !=
GetWrtShell().GetCurPageStyle(false) )
{
SfxStringItem aName(SID_STYLE_APPLY,
- ((SfxStringItem*)pItem)->GetValue());
+ static_cast<const SfxStringItem*>(pItem)->GetValue());
SfxUInt16Item aFamItem( SID_STYLE_FAMILY,
SFX_STYLE_FAMILY_PAGE);
SwPtrItem aShell(FN_PARAM_WRTSHELL, GetWrtShellPtr());