From 7f7ab212c7a4525b20329586be7aaf8a3555b535 Mon Sep 17 00:00:00 2001 From: Sascha Ballach Date: Tue, 1 Oct 2002 15:48:44 +0000 Subject: #103902#; add virtual method to get the text of the cell --- sc/source/ui/inc/AccessibleText.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/inc/AccessibleText.hxx') diff --git a/sc/source/ui/inc/AccessibleText.hxx b/sc/source/ui/inc/AccessibleText.hxx index de583876d..3a28c63fd 100644 --- a/sc/source/ui/inc/AccessibleText.hxx +++ b/sc/source/ui/inc/AccessibleText.hxx @@ -2,9 +2,9 @@ * * $RCSfile: AccessibleText.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: dr $ $Date: 2002-08-16 13:00:59 $ + * last change: $Author: sab $ $Date: 2002-10-01 16:47:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -155,6 +155,8 @@ public: virtual SvxEditViewForwarder* GetEditViewForwarder( sal_Bool bCreate ); DECL_LINK( NotifyHdl, EENotify* ); +protected: + virtual void GetCellText(const ScAddress& rCellPos, String& rText); private: ScViewForwarder* mpViewForwarder; ScEditViewForwarder* mpEditViewForwarder; -- cgit v1.2.3