diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-08 16:36:06 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-09 10:07:46 +0200 |
commit | cc091b034336d3ded4538c039eb9086d271a3d98 (patch) | |
tree | 4c273806aa4dd68a275b7ccd7e0624de66d1636d /sfx2/source | |
parent | 30a7c24bcd18b6de382e5fc53023405a4941cfa9 (diff) |
loplugin:constantparam in basic
Change-Id: I5b49406535c1ec95e47fe237a23184a499b875e5
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/appl/appbas.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx index 2e8876b6ed13..dd743fe83a3b 100644 --- a/sfx2/source/appl/appbas.cxx +++ b/sfx2/source/appl/appbas.cxx @@ -101,7 +101,7 @@ BasicManager* SfxApplication::GetBasicManager() #else if (utl::ConfigManager::IsAvoidConfig()) return nullptr; - return BasicManagerRepository::getApplicationBasicManager( true ); + return BasicManagerRepository::getApplicationBasicManager(); #endif } |