summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleText.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-10-01 15:48:44 +0000
committerSascha Ballach <sab@openoffice.org>2002-10-01 15:48:44 +0000
commit7f7ab212c7a4525b20329586be7aaf8a3555b535 (patch)
treec71c65a4048d2369ed96abef9c9b017b4f6bfd94 /sc/source/ui/inc/AccessibleText.hxx
parent6d68009c953ba085f79740ca37e09df87c5ad781 (diff)
#103902#; add virtual method to get the text of the cell
Diffstat (limited to 'sc/source/ui/inc/AccessibleText.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleText.hxx6
1 files changed, 4 insertions, 2 deletions
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;