From 05a07b1f6bf683bad8325091d20de1ca9c72b530 Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Thu, 18 Jan 2001 14:54:02 +0000 Subject: ScSimpleEditSource --- sc/inc/editsrc.hxx | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'sc/inc/editsrc.hxx') diff --git a/sc/inc/editsrc.hxx b/sc/inc/editsrc.hxx index 18a95d56e586..5dd92d73745c 100644 --- a/sc/inc/editsrc.hxx +++ b/sc/inc/editsrc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: editsrc.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:49 $ + * last change: $Author: nn $ $Date: 2001-01-18 15:52:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -153,5 +153,22 @@ public: }; +// EditSource with a shared forwarder for all children of one text object + +class ScSimpleEditSource : public SvxEditSource +{ +private: + SvxTextForwarder* pForwarder; + +public: + ScSimpleEditSource( SvxTextForwarder* pForw ); + virtual ~ScSimpleEditSource(); + + virtual SvxEditSource* Clone() const ; + virtual SvxTextForwarder* GetTextForwarder(); + virtual void UpdateData(); +}; + + #endif -- cgit