summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 12:34:58 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 12:34:58 +0000
commit71dcd4a38c771fbca3b24c36a899086fbc2ca9c3 (patch)
tree6f5c69a0fd23e5c150fe20df893a3b5b93ceb2e6 /configmgr
parenta711d5a4841dfbbb832fbe4b94c5bff5c3274fc4 (diff)
INTEGRATION: CWS cfglooseends (1.6.30); FILE MERGED
2004/11/08 10:41:11 jb 1.6.30.1: #i36826# Provide easy access to broadcast-helper
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/api2/provider.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/configmgr/source/api2/provider.hxx b/configmgr/source/api2/provider.hxx
index 474b8695f8ac..37f7cfe84a76 100644
--- a/configmgr/source/api2/provider.hxx
+++ b/configmgr/source/api2/provider.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: provider.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2004-06-18 15:46:26 $
+ * last change: $Author: obo $ $Date: 2004-11-15 13:34:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -177,6 +177,10 @@ namespace configmgr
void implConnect(OProviderImpl& rFreshProviderImpl, const ContextReader& _rSettings) throw (uno::Exception);
protected:
+ // disambuiguated access
+ cppu::OBroadcastHelper & getBroadcastHelper()
+ { return ServiceComponentImpl::rBHelper; }
+
/// Component Helper override
virtual void SAL_CALL disposing();
virtual void SAL_CALL disposing(lang::EventObject const& rEvt) throw();