diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-15 12:35:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-15 12:35:31 +0000 |
commit | ad14026ff7cda028efcdede52b7b291b34234f90 (patch) | |
tree | f69ffbb7edd774887f01aff69f87b999595421be /configmgr | |
parent | 435badabfe9e2db1c6a974038280b8df8531d7af (diff) |
INTEGRATION: CWS cfglooseends (1.15.30); FILE MERGED
2004/11/08 10:49:14 jb 1.15.30.1: #i31085# Correct handling of enableAsync property
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/api2/providerimpl.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configmgr/source/api2/providerimpl.hxx b/configmgr/source/api2/providerimpl.hxx index 4fe3b0a5402b..c5d9e5e760a3 100644 --- a/configmgr/source/api2/providerimpl.hxx +++ b/configmgr/source/api2/providerimpl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: providerimpl.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2004-06-18 15:46:51 $ + * last change: $Author: obo $ $Date: 2004-11-15 13:35:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -216,7 +216,6 @@ namespace configmgr configapi::ApiProviderInstances* m_pNewProviders; mutable osl::Mutex m_aTreeManagerMutex; TreeManager* m_pTreeManager; /// the tree cache. Will hold a reference to us as long as it life - sal_Bool m_bEnableAsync; rtl::Reference< TreeManager > maybeGetTreeManager() const CFG_NOTHROW(); rtl::Reference< TreeManager > getTreeManager() const CFG_UNO_THROW_RTE(); |