From d92aa2f445662aa9ca7d81fef1e667bcae031fc6 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Fri, 27 Jun 2014 10:26:55 +0200 Subject: remove SFX_APP() macro that was a mer wrapper for SfxGetApp() Change-Id: I480a789c767dd671775c9d70d96bf71908f21f5b --- sfx2/source/appl/workwin.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sfx2/source/appl/workwin.cxx') diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx index 392ba876a134..b2ba60f85a23 100644 --- a/sfx2/source/appl/workwin.cxx +++ b/sfx2/source/appl/workwin.cxx @@ -1325,7 +1325,7 @@ void SfxWorkWindow::UpdateObjectBars_Impl() } // you realize what is needed often (saves Code and execution time) - SFX_APP(); + SfxGetpApp(); Reference< com::sun::star::beans::XPropertySet > xPropSet( GetFrameInterface(), UNO_QUERY ); Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager; @@ -2431,7 +2431,7 @@ void SfxWorkWindow::InitializeChild_Impl(SfxChildWin_Impl *pCW) } SfxChildWinFactory* pFact=0; - SfxApplication *pApp = SFX_APP(); + SfxApplication *pApp = SfxGetpApp(); { SfxChildWinFactArr_Impl &rFactories = pApp->GetChildWinFactories_Impl(); for ( sal_uInt16 nFactory = 0; nFactory < rFactories.size(); ++nFactory ) -- cgit