summaryrefslogtreecommitdiffstats
path: root/sc/inc/textuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/textuno.hxx')
-rw-r--r--sc/inc/textuno.hxx7
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();