summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 12:34:46 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 12:34:46 +0000
commita711d5a4841dfbbb832fbe4b94c5bff5c3274fc4 (patch)
tree3826920bcc1ec78422d4ca1874c6fd4fd0dc4835 /configmgr
parent103938302e8d0c17b330e1019802e108f8c83172 (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.hxx5
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);