summaryrefslogtreecommitdiff
path: root/svx/inc/accessibility.hrc
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2002-05-27 15:43:06 +0000
committerThorsten Behrens <thb@openoffice.org>2002-05-27 15:43:06 +0000
commit95a9b41ac7c2a7033ddc3e667dc803447c8f8645 (patch)
treef4afdbf1913f75a89e7134d976c5e0a1dd8b5341 /svx/inc/accessibility.hrc
parenta3bf3b06a75039e9ae8e466ca8dc1a379e3706d0 (diff)
#96948# Added i18n for EE UAA
Diffstat (limited to 'svx/inc/accessibility.hrc')
-rw-r--r--svx/inc/accessibility.hrc10
1 files changed, 8 insertions, 2 deletions
diff --git a/svx/inc/accessibility.hrc b/svx/inc/accessibility.hrc
index 37dabf5ffb..6690b6d9db 100644
--- a/svx/inc/accessibility.hrc
+++ b/svx/inc/accessibility.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: accessibility.hrc,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: af $ $Date: 2002-05-17 10:12:04 $
+ * last change: $Author: thb $ $Date: 2002-05-27 16:39:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,6 +109,12 @@
#define RID_SVXSTR_GRAPHCTRL_ACC_NAME (RID_SVXSTR_GRAPHCTRL_ACC_START + 0)
#define RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION (RID_SVXSTR_GRAPHCTRL_ACC_START + 1)
+// text paragraphs and bullets
+#define RID_SVXSTR_A11Y_TEXTHELPER_START (RID_SVXSTR_ACCESSIBILITY_START + 70)
+#define RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION (RID_SVXSTR_A11Y_TEXTHELPER_START + 0)
+#define RID_SVXSTR_A11Y_PARAGRAPH_NAME (RID_SVXSTR_A11Y_TEXTHELPER_START + 1)
+#define RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION (RID_SVXSTR_A11Y_TEXTHELPER_START + 2)
+#define RID_SVXSTR_A11Y_IMAGEBULLET_NAME (RID_SVXSTR_A11Y_TEXTHELPER_START + 3)
#endif