diff options
Diffstat (limited to 'sw/source/uibase/web/wview.cxx')
-rw-r--r-- | sw/source/uibase/web/wview.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/web/wview.cxx b/sw/source/uibase/web/wview.cxx index 98be7a6508ea..766c1a5ccb00 100644 --- a/sw/source/uibase/web/wview.cxx +++ b/sw/source/uibase/web/wview.cxx @@ -108,7 +108,7 @@ void SwWebView::SelectShell() SelectionType _nSelectionType = GetSelectionType(); if ( nNewSelectionType == _nSelectionType ) { - GetViewFrame()->GetBindings().InvalidateAll( false ); + GetViewFrame().GetBindings().InvalidateAll( false ); if ( _nSelectionType & SelectionType::Ole || _nSelectionType & SelectionType::Graphic ) //The verb may of course change for graphics and OLE! @@ -116,7 +116,7 @@ void SwWebView::SelectShell() } else { - SfxDispatcher &rDispatcher = *GetViewFrame()->GetDispatcher(); + SfxDispatcher &rDispatcher = *GetViewFrame().GetDispatcher(); SwToolbarConfigItem *pBarCfg = SW_MOD()->GetWebToolbarConfig(); if( GetCurShell() ) |