summaryrefslogtreecommitdiff
path: root/basic
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 /basic
parent30a7c24bcd18b6de382e5fc53023405a4941cfa9 (diff)
loplugin:constantparam in basic
Change-Id: I5b49406535c1ec95e47fe237a23184a499b875e5
Diffstat (limited to 'basic')
-rw-r--r--basic/source/basmgr/basicmanagerrepository.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/basmgr/basicmanagerrepository.cxx b/basic/source/basmgr/basicmanagerrepository.cxx
index fd2dc803debc..559ed3ab5e44 100644
--- a/basic/source/basmgr/basicmanagerrepository.cxx
+++ b/basic/source/basmgr/basicmanagerrepository.cxx
@@ -591,9 +591,9 @@ namespace basic
}
- BasicManager* BasicManagerRepository::getApplicationBasicManager( bool _bCreate )
+ BasicManager* BasicManagerRepository::getApplicationBasicManager()
{
- return ImplRepository::Instance().getApplicationBasicManager( _bCreate );
+ return ImplRepository::Instance().getApplicationBasicManager( true/*_bCreate*/ );
}