diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-26 16:01:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-27 14:32:52 +0200 |
commit | 48383d59f49d00dc27797d58472c90382c2244f7 (patch) | |
tree | 2a0ecba08c0cf68e164126a43911761dcee5c0a7 /sfx2 | |
parent | 71123e5749879ecf5cb7458df10be60c16255279 (diff) |
simplify SvtViewOptions
Change-Id: Ib1f42d7322d105337554848bc40726be00533843
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119548
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/app.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index 0dd179a065cd..6624beb2d078 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -148,8 +148,6 @@ SfxApplication::SfxApplication() : pImpl( new SfxAppData_Impl ) { SetName( "StarOffice" ); - if (!utl::ConfigManager::IsFuzzing()) - SvtViewOptions::AcquireOptions(); SAL_INFO( "sfx.appl", "{ initialize DDE" ); @@ -194,10 +192,6 @@ SfxApplication::~SfxApplication() Application::SetHelp(); #endif - // delete global options - if (!utl::ConfigManager::IsFuzzing()) - SvtViewOptions::ReleaseOptions(); - if ( !pImpl->bDowning ) Deinitialize(); |