diff options
author | Thorsten Behrens <thb@openoffice.org> | 2002-02-11 14:29:18 +0000 |
---|---|---|
committer | Thorsten Behrens <thb@openoffice.org> | 2002-02-11 14:29:18 +0000 |
commit | 36172b60baba54418e57870f42c5e692cedf0bc5 (patch) | |
tree | 53b2051f78062e323f3e2943d78c65ecd6baa6c5 /svx/source/xml | |
parent | 28d23676dfbbfcfd2dc1526844b7cca65a4ca0fc (diff) |
#96948# New method added for accessibility
Diffstat (limited to 'svx/source/xml')
-rw-r--r-- | svx/source/xml/editsource.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/xml/editsource.hxx b/svx/source/xml/editsource.hxx index 15f6d34d0ed8..8550a2fc9d87 100644 --- a/svx/source/xml/editsource.hxx +++ b/svx/source/xml/editsource.hxx @@ -2,9 +2,9 @@ * * $RCSfile: editsource.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mh $ $Date: 2001-07-31 14:25:47 $ + * last change: $Author: thb $ $Date: 2002-02-11 15:29:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,6 +79,8 @@ public: virtual SvxTextForwarder* GetTextForwarder(); virtual void UpdateData(); + virtual SfxBroadcaster& GetBroadcaster() const; + private: SvxEditEngineSource( SvxEditEngineSourceImpl* pImpl ); |