summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibilityHints.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-05-31 06:43:36 +0000
committerSascha Ballach <sab@openoffice.org>2002-05-31 06:43:36 +0000
commit9307f530b58464da01a5eaba2942642e39e89dfd (patch)
tree844944928fd93e697b702b2c4e561d4fc75d818e /sc/source/ui/inc/AccessibilityHints.hxx
parent2cc39ef9b23c53499c88096cce283a90b806cbd2 (diff)
#95584#; add editmode and drawlayer hints
Diffstat (limited to 'sc/source/ui/inc/AccessibilityHints.hxx')
-rw-r--r--sc/source/ui/inc/AccessibilityHints.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessibilityHints.hxx b/sc/source/ui/inc/AccessibilityHints.hxx
index 21af149fbb0a..c9ace55cb20b 100644
--- a/sc/source/ui/inc/AccessibilityHints.hxx
+++ b/sc/source/ui/inc/AccessibilityHints.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibilityHints.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: sab $ $Date: 2002-03-14 15:25:35 $
+ * last change: $Author: sab $ $Date: 2002-05-31 07:43:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,6 +81,8 @@
#define SC_HINT_ACC_TABLECHANGED SC_HINT_ACC_SIMPLE_START + 1
#define SC_HINT_ACC_CURSORCHANGED SC_HINT_ACC_SIMPLE_START + 2
#define SC_HINT_ACC_VISAREACHANGED SC_HINT_ACC_SIMPLE_START + 3
+#define SC_HINT_ACC_EDITMODE SC_HINT_ACC_SIMPLE_START + 4
+#define SC_HINT_ACC_MAKEDRAWLAYER SC_HINT_ACC_SIMPLE_START + 5
// ---------------------------------------------------------------------------