diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-15 12:34:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-15 12:34:46 +0000 |
commit | a711d5a4841dfbbb832fbe4b94c5bff5c3274fc4 (patch) | |
tree | 3826920bcc1ec78422d4ca1874c6fd4fd0dc4835 /configmgr | |
parent | 103938302e8d0c17b330e1019802e108f8c83172 (diff) |
INTEGRATION: CWS cfglooseends (1.5.30); FILE MERGED
2004/11/08 10:49:13 jb 1.5.30.1: #i31085# Correct handling of enableAsync property
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/api2/confprovider2.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/api2/confprovider2.hxx b/configmgr/source/api2/confprovider2.hxx index fde2effc3e11..4b0f7bd05c06 100644 --- a/configmgr/source/api2/confprovider2.hxx +++ b/configmgr/source/api2/confprovider2.hxx @@ -2,9 +2,9 @@ * * $RCSfile: confprovider2.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2004-06-18 15:46:02 $ + * last change: $Author: obo $ $Date: 2004-11-15 13:34:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,6 +89,7 @@ namespace configmgr { OConfigurationProviderImpl* m_pImpl; uno::Sequence< ::rtl::OUString > m_aPrefetchNodes; + sal_Bool m_bEnableAsync; public: OConfigurationProvider(CreationContext const & xContext, ServiceImplementationInfo const* pServices); |