diff options
author | Thorsten Behrens <thb@openoffice.org> | 2002-08-02 10:35:10 +0000 |
---|---|---|
committer | Thorsten Behrens <thb@openoffice.org> | 2002-08-02 10:35:10 +0000 |
commit | f6bbca9ba3c139c14d4e0bd8af5b503ddfc7cd27 (patch) | |
tree | 95e73f3a6ac9de20683a44b7b36a3c50e088b7e9 /svx/source/unodraw | |
parent | 99d4698957d7e29c11ca9fbb8e1be6c7300497bb (diff) |
#101003# Added GetAttributeRun and helper
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r-- | svx/source/unodraw/unoshtxt.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unodraw/unoshtxt.cxx b/svx/source/unodraw/unoshtxt.cxx index b2f96ca12072..0a6efedeb775 100644 --- a/svx/source/unodraw/unoshtxt.cxx +++ b/svx/source/unodraw/unoshtxt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unoshtxt.cxx,v $ * - * $Revision: 1.40 $ + * $Revision: 1.41 $ * - * last change: $Author: thb $ $Date: 2002-07-31 09:38:16 $ + * last change: $Author: thb $ $Date: 2002-08-02 11:34:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -934,7 +934,7 @@ IMPL_LINK(SvxTextEditSourceImpl, NotifyHdl, EENotify*, aNotify) { if( aNotify && !mbNotificationsDisabled ) { - ::std::auto_ptr< SfxHint > aHint( SvxEditSourceHintTranslator::EENotification2Hint( aNotify) ); + ::std::auto_ptr< SfxHint > aHint( SvxEditSourceHelper::EENotification2Hint( aNotify) ); if( aHint.get() ) Broadcast( *aHint.get() ); |