summaryrefslogtreecommitdiff
path: root/include/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 /include/basic
parent30a7c24bcd18b6de382e5fc53023405a4941cfa9 (diff)
loplugin:constantparam in basic
Change-Id: I5b49406535c1ec95e47fe237a23184a499b875e5
Diffstat (limited to 'include/basic')
-rw-r--r--include/basic/basicmanagerrepository.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/basic/basicmanagerrepository.hxx b/include/basic/basicmanagerrepository.hxx
index 1d5545f7f394..4104a4e1e12b 100644
--- a/include/basic/basicmanagerrepository.hxx
+++ b/include/basic/basicmanagerrepository.hxx
@@ -96,16 +96,12 @@ namespace basic
/** returns the application-wide BasicManager
- @param _bCreate
- determines whether the BasicManager should be created (<TRUE/>) if it
- does not yet exist.
-
@attention
If the BasicManager is newly created, then it is still owned by the repository.
In particular, you are not allowed to delete it. Instead, call resetApplicationBasicManager
to release the BasicManager.
*/
- static BasicManager* getApplicationBasicManager( bool _bCreate );
+ static BasicManager* getApplicationBasicManager();
/** resets the application-wide BasicManager to <NULL/>
*/