summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-04-25 09:59:00 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-04-25 09:59:00 +0000
commitee51455e83935924b56a9009cbe6404b8e72e4a5 (patch)
treeb54093f14f9d56f75278afaa55a4cfb9127d548f /comphelper
parent40b0308caa839145d395a6e1d01c2540c0be998d (diff)
#100000# Accessibility not in drafts any more.
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/accessiblewrapper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/source/misc/accessiblewrapper.cxx b/comphelper/source/misc/accessiblewrapper.cxx
index 34f03d137cbe..3912a0e072c6 100644
--- a/comphelper/source/misc/accessiblewrapper.cxx
+++ b/comphelper/source/misc/accessiblewrapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accessiblewrapper.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 17:28:02 $
+ * last change: $Author: rt $ $Date: 2003-04-25 10:59:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -633,7 +633,7 @@ namespace comphelper
// let the base class dispose the inner object
// before we do this, remove ourself as listener
- ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessibleEventBroadcaster > xBroadcaster( m_xInner, ::com::sun::star::uno::UNO_QUERY );
+ ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventBroadcaster > xBroadcaster( m_xInner, ::com::sun::star::uno::UNO_QUERY );
OSL_ENSURE( xBroadcaster.is(), "OAccessibleContextWrapper::disposing(): inner context is no broadcaster!" );
if ( xBroadcaster.is() )
xBroadcaster->removeEventListener( this );