#101003# Changed SvxEditSourceHintTranslator class name

This commit is contained in:
Thorsten Behrens 2002-08-02 10:38:09 +00:00
parent 92d4227465
commit 54766ce17e

View file

@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleOutlineEditSource.cxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: thb $ $Date: 2002-07-26 11:35:10 $
* last change: $Author: thb $ $Date: 2002-08-02 11:37:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -224,7 +224,7 @@ namespace accessibility
{
if( aNotify )
{
::std::auto_ptr< SfxHint > aHint( SvxEditSourceHintTranslator::EENotification2Hint( aNotify) );
::std::auto_ptr< SfxHint > aHint( SvxEditSourceHelper::EENotification2Hint( aNotify) );
if( aHint.get() )
Broadcast( *aHint.get() );