From b2f28ad83f1adff8685e800e490981ef350c9705 Mon Sep 17 00:00:00 2001 From: Sascha Ballach Date: Fri, 1 Mar 2002 07:33:18 +0000 Subject: #95584#; make GetTextForwarder virtual to use ScCellTextData as base class for accessibility --- sc/inc/textuno.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sc/inc/textuno.hxx') diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx index 4ac9f6fc6f75..76f4198f1d45 100644 --- a/sc/inc/textuno.hxx +++ b/sc/inc/textuno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: textuno.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: sab $ $Date: 2001-11-26 09:21:56 $ + * last change: $Author: sab $ $Date: 2002-03-01 08:33:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -394,6 +394,7 @@ public: class ScCellTextData : public SfxListener { +protected: ScDocShell* pDocShell; ScAddress aCellPos; ScFieldEditEngine* pEditEngine; @@ -411,7 +412,7 @@ public: virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); // helper functions for ScSharedCellEditSource: - SvxTextForwarder* GetTextForwarder(); + virtual SvxTextForwarder* GetTextForwarder(); void UpdateData(); ScFieldEditEngine* GetEditEngine() { GetTextForwarder(); return pEditEngine; } -- cgit