summaryrefslogtreecommitdiff
path: root/svx/inc/accessibility.hrc
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2002-04-09 06:03:15 +0000
committerChristian Lippka <cl@openoffice.org>2002-04-09 06:03:15 +0000
commit13b885ae6c43da3d56fa230cdc30252a3df4b1f1 (patch)
treecfb5331cae9fdb31f8e927621e9380ff95a0a441 /svx/inc/accessibility.hrc
parente09ae0f079cdfaf2204fd46408342e9180521368 (diff)
#97518# new accessibility api for imagemap editor
Diffstat (limited to 'svx/inc/accessibility.hrc')
-rw-r--r--svx/inc/accessibility.hrc9
1 files changed, 7 insertions, 2 deletions
diff --git a/svx/inc/accessibility.hrc b/svx/inc/accessibility.hrc
index c39a36bfe8..d5f2d818d6 100644
--- a/svx/inc/accessibility.hrc
+++ b/svx/inc/accessibility.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: accessibility.hrc,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: gt $ $Date: 2002-03-06 09:42:18 $
+ * last change: $Author: cl $ $Date: 2002-04-09 07:03:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -117,6 +117,11 @@
#define RID_SVXSTR_RECTCTL_ACC_CHLD_A270 (RID_SVXSTR_RECTCTL_ACC_START + 19)
#define RID_SVXSTR_RECTCTL_ACC_CHLD_A315 (RID_SVXSTR_RECTCTL_ACC_START + 20)
+// SvxGraphCtrlAccessibleContext
+#define RID_SVXSTR_GRAPHCTRL_ACC_START (RID_SVXSTR_ACCESSIBILITY_START + 60)
+#define RID_SVXSTR_GRAPHCTRL_ACC_NAME (RID_SVXSTR_GRAPHCTRL_ACC_START + 0)
+#define RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION (RID_SVXSTR_GRAPHCTRL_ACC_START + 1)
+
#endif