summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleText.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-06-11 14:52:26 +0000
committerSascha Ballach <sab@openoffice.org>2002-06-11 14:52:26 +0000
commit628feefb174dac864cd5e0c255f4b910de43eb5d (patch)
treea3fa9e33a0dd858c539bfd98c37b1087b2c5e8d8 /sc/source/ui/inc/AccessibleText.hxx
parent763b62cc14e44837da2cede7a065cfb3f7cf97e3 (diff)
#99745#; the editline should call the Editsource to tell text changes
Diffstat (limited to 'sc/source/ui/inc/AccessibleText.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleText.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessibleText.hxx b/sc/source/ui/inc/AccessibleText.hxx
index ae61ccd5ef2c..fd29d069dd44 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.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: sab $ $Date: 2002-06-11 06:23:24 $
+ * last change: $Author: sab $ $Date: 2002-06-11 15:51:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -194,6 +194,9 @@ public:
virtual ScAccessibleTextData* Clone() const;
virtual SvxTextForwarder* GetTextForwarder();
+ virtual SvxEditViewForwarder* GetEditViewForwarder( sal_Bool bCreate );
+
+ void TextChanged();
private:
sal_Bool mbEditEngineCreated;
};