summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-08 16:36:06 +0200
committerNoel Grandin <noel@peralex.com>2016-03-09 10:07:46 +0200
commitcc091b034336d3ded4538c039eb9086d271a3d98 (patch)
tree4c273806aa4dd68a275b7ccd7e0624de66d1636d /sfx2
parent30a7c24bcd18b6de382e5fc53023405a4941cfa9 (diff)
loplugin:constantparam in basic
Change-Id: I5b49406535c1ec95e47fe237a23184a499b875e5
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/appbas.cxx2
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
}