From 338f626b0203b30f607a9e8deec586fe9babf50f Mon Sep 17 00:00:00 2001 From: Sascha Ballach Date: Tue, 1 Oct 2002 15:33:47 +0000 Subject: #103902#; add virtual method to get the text of the cell --- sc/inc/textuno.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sc/inc/textuno.hxx') diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx index 76f4198f1d45..dabbac583c52 100644 --- a/sc/inc/textuno.hxx +++ b/sc/inc/textuno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: textuno.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: sab $ $Date: 2002-03-01 08:33:18 $ + * last change: $Author: sab $ $Date: 2002-10-01 16:33:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -405,6 +405,9 @@ protected: BOOL bDirty; BOOL bDoUpdate; +protected: + virtual void GetCellText(const ScAddress& rCellPos, String& rText); + public: ScCellTextData(ScDocShell* pDocSh, const ScAddress& rP); virtual ~ScCellTextData(); -- cgit