summaryrefslogtreecommitdiff
path: root/UnoControls
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2000-10-09 09:13:27 +0000
committerJörg Budischewski <jbu@openoffice.org>2000-10-09 09:13:27 +0000
commit95a9eabb6d4d5b41c7294c6b1fe5e3daf60e18c2 (patch)
tree0629844f0e282fb5145e7153d7058979d3aefd86 /UnoControls
parentc68f4b72714456b782b64ff48904b4f43362db41 (diff)
switched to OBroadcastHelper typedef due to incompatible change
Diffstat (limited to 'UnoControls')
-rw-r--r--UnoControls/source/controls/framecontrol.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/UnoControls/source/controls/framecontrol.cxx b/UnoControls/source/controls/framecontrol.cxx
index 44411c14226d..4df4775d6aa5 100644
--- a/UnoControls/source/controls/framecontrol.cxx
+++ b/UnoControls/source/controls/framecontrol.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: framecontrol.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:11:17 $
+ * last change: $Author: jbu $ $Date: 2000-10-09 10:13:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,7 +131,7 @@ namespace unocontrols{
FrameControl::FrameControl( const Reference< XMultiServiceFactory >& xFactory )
: BaseControl ( xFactory )
, OBroadcastHelper ( m_aMutex )
- , OPropertySetHelper ( *SAL_STATIC_CAST( OBroadcastHelperVar< OMultiTypeInterfaceContainerHelper >*, this ) )
+ , OPropertySetHelper ( *SAL_STATIC_CAST( OBroadcastHelper *, this ) )
, m_aInterfaceContainer ( m_aMutex )
, m_aConnectionPointContainer ( m_aMutex )
{