summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-05-31 06:50:02 +0000
committerSascha Ballach <sab@openoffice.org>2002-05-31 06:50:02 +0000
commitb4bcf3a82e8b9adc412b3435638d0b6099c6bd46 (patch)
tree5b7a8f965d76ba4383b137e3703e735ef1ebc956 /sc
parent9307f530b58464da01a5eaba2942642e39e89dfd (diff)
#95584#; tell the cell that the editmode changed
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/AccessibleCell.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessibleCell.hxx b/sc/source/ui/inc/AccessibleCell.hxx
index 70581d2b07fc..ae97bc1d6da1 100644
--- a/sc/source/ui/inc/AccessibleCell.hxx
+++ b/sc/source/ui/inc/AccessibleCell.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleCell.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: sab $ $Date: 2002-05-24 15:06:46 $
+ * last change: $Author: sab $ $Date: 2002-05-31 07:50:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -179,6 +179,10 @@ public:
getImplementationId(void)
throw (::com::sun::star::uno::RuntimeException);
+ ///===== internal ======================================================
+
+ void ChangeEditMode();
+
private:
ScTabViewShell* mpViewShell;
ScAccessibleDocument* mpAccDoc;