Kaydet (Commit) a4b28034 authored tarafından Thorsten Behrens's avatar Thorsten Behrens

#96948# Added method for accessibility support

üst 09c4b01a
......@@ -2,9 +2,9 @@
*
* $RCSfile: xmltxtexp.cxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2001-07-24 11:49:33 $
* last change: $Author: thb $ $Date: 2002-02-11 15:51:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -81,6 +81,10 @@
#include <svtools/itemprop.hxx>
#endif
#ifndef _SFXBRDCST_HXX
#include <svtools/brdcst.hxx>
#endif
#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_
#include <com/sun/star/uno/Sequence.hxx>
#endif
......@@ -170,7 +174,7 @@ class SvxEditEngineSourceImpl;
///////////////////////////////////////////////////////////////////////
class SvxEditEngineSourceImpl
class SvxEditEngineSourceImpl : public SfxBroadcaster
{
private:
oslInterlockedCount maRefCount;
......@@ -269,10 +273,7 @@ SvxEditSource* SvxEditEngineSource::Clone() const
SvxTextForwarder* SvxEditEngineSource::GetTextForwarder()
{
if( mpImpl )
return mpImpl->GetTextForwarder();
else
return NULL;
return mpImpl->GetTextForwarder();
}
//------------------------------------------------------------------------
......@@ -281,6 +282,11 @@ void SvxEditEngineSource::UpdateData()
{
}
SfxBroadcaster& SvxEditEngineSource::GetBroadcaster() const
{
return *mpImpl;
}
class SvxSimpleUnoModel : public cppu::WeakAggImplHelper4<
::com::sun::star::frame::XModel,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment