diff options
Diffstat (limited to 'sc/source/ui/unoobj/viewuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/viewuno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/viewuno.cxx b/sc/source/ui/unoobj/viewuno.cxx index b2c825786e76..604a714b30a4 100644 --- a/sc/source/ui/unoobj/viewuno.cxx +++ b/sc/source/ui/unoobj/viewuno.cxx @@ -1741,7 +1741,7 @@ void ScTabViewObj::SelectionChanged() // will cause the style dialog to be raised so we go // direct here ScFormatShell aShell( &GetViewShell()->GetViewData() ); - SfxAllItemSet reqList( SFX_APP()->GetPool() ); + SfxAllItemSet reqList( SfxGetpApp()->GetPool() ); SfxRequest aReq( SID_STYLE_END_PREVIEW, 0, reqList ); aShell.ExecuteStyle( aReq ); lang::EventObject aEvent; |