summaryrefslogtreecommitdiffstats
path: root/sc/inc/textuno.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-03-01 07:33:18 +0000
committerSascha Ballach <sab@openoffice.org>2002-03-01 07:33:18 +0000
commitb2f28ad83f1adff8685e800e490981ef350c9705 (patch)
treee777857be72039d80be84867c5033e4ec70a4705 /sc/inc/textuno.hxx
parent#95584# header cells and XAccessibleTable implementation (diff)
downloadcore-b2f28ad83f1adff8685e800e490981ef350c9705.tar.gz
core-b2f28ad83f1adff8685e800e490981ef350c9705.zip
#95584#; make GetTextForwarder virtual to use ScCellTextData as base class for accessibility
Diffstat (limited to 'sc/inc/textuno.hxx')
-rw-r--r--sc/inc/textuno.hxx7
1 files changed, 4 insertions, 3 deletions
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; }