diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-02 13:50:43 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-19 10:45:00 +0200 |
commit | 5133b27e638140ba574016b33dae70ca92edc323 (patch) | |
tree | 8c113b072c017a2beb6b96fa144c7ccb399373f5 /sfx2/source/appl/appmain.cxx | |
parent | 062e40c76bcab664907737feace74f134a25c29c (diff) |
loplugin:constantfunction: sfx2
Change-Id: I7b4c18b1f9644048f506fc1b1d1fb8c8c590ea7f
Diffstat (limited to 'sfx2/source/appl/appmain.cxx')
-rw-r--r-- | sfx2/source/appl/appmain.cxx | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx index 9f97c007a489..8bbd1974e971 100644 --- a/sfx2/source/appl/appmain.cxx +++ b/sfx2/source/appl/appmain.cxx @@ -46,52 +46,6 @@ TYPEINIT2(SfxApplication,SfxShell,SfxBroadcaster); -void SfxApplication::Init -( -) - -/* [Description] - - This virtual method is called from SFx through Application::Main(), - before Execute() is called and: - - the Intro is already displayed, - - the Applications window exists, but it is still hidden, - - the Bindings already exist (Controller can be registered), - - the Init and Config-Manager already exists, - - the Standard-Controller already exists, - - the SFx-Shells have alredy registered their Interfaces. - - [Cross-reference] - - <SfxApplication::Exit()> - <SfxApplication::OpenClients()> -*/ -{ -} - - - -void SfxApplication::Exit() - -/* [Description] - - This virtual method is called from SFx through Application::Main(), - after Execute() has finished and - - the configuration (SfxConfigManager) was already saved, - - the window positions etc. in the SfxIniManager were written, - - the Application window still exists, but is hidden - - all Documents and their Views already are closed. - - Dispatcher, Bindings etc. already destroyed. - - [Cross-reference] - <SfxApplication::Init(int,char*[])> -*/ - -{ -} - - - SfxFilterMatcher& SfxApplication::GetFilterMatcher() { if( !pAppData_Impl->pMatcher ) |