diff options
author | Sascha Ballach <sab@openoffice.org> | 2002-10-01 15:33:47 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2002-10-01 15:33:47 +0000 |
commit | 338f626b0203b30f607a9e8deec586fe9babf50f (patch) | |
tree | d1494144dd58c109251ea9a3f19f887d5af86810 /sc/inc/textuno.hxx | |
parent | 0316f45d28bbf06bb92b792108fef9e3168b0d77 (diff) |
#103902#; add virtual method to get the text of the cell
Diffstat (limited to 'sc/inc/textuno.hxx')
-rw-r--r-- | sc/inc/textuno.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
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(); |