summaryrefslogtreecommitdiff
path: root/include/basic/basicmanagerrepository.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/basicmanagerrepository.hxx')
-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/>
*/