summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2002-03-20 10:13:50 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2002-03-20 10:13:50 +0000
commitd2bb8fb4e693c18f952a6812475ccdcb8f6acd5d (patch)
tree91dda7959f4b2b020926a01ff7305f737fadd16a /sw
parent24f26089925724066ff7c0821c68851be51e259b (diff)
#95586# added two Resources for accessible replacement texts
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/access.hrc8
-rw-r--r--sw/source/ui/docvw/access.src15
2 files changed, 17 insertions, 6 deletions
diff --git a/sw/inc/access.hrc b/sw/inc/access.hrc
index f12ddf9bd307..e1fb367aed59 100644
--- a/sw/inc/access.hrc
+++ b/sw/inc/access.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: access.hrc,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mib $ $Date: 2002-02-27 09:22:57 $
+ * last change: $Author: dvo $ $Date: 2002-03-20 11:13:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,8 +80,10 @@
#define STR_ACCESS_FOOTNOTE_DESC (RC_ACCESS_BEGIN + 13)
#define STR_ACCESS_ENDNOTE_NAME (RC_ACCESS_BEGIN + 14)
#define STR_ACCESS_ENDNOTE_DESC (RC_ACCESS_BEGIN + 15)
+#define STR_ACCESS_REPLACEMENT_POSTIT (RC_ACCESS_BEGIN + 16)
+#define STR_ACCESS_REPLACEMENT_FRAME (RC_ACCESS_BEGIN + 17)
-#define ACCESS_ACT_END STR_ACCESS_ENDNOTE_DESC
+#define ACCESS_ACT_END STR_ACCESS_REPLACEMENT_FRAME
#if ACCESS_ACT_END > RC_ACCESS_END
#error Resource-Id Ueberlauf in #file, #line
diff --git a/sw/source/ui/docvw/access.src b/sw/source/ui/docvw/access.src
index 0a2f9857d294..f5cba59d4629 100644
--- a/sw/source/ui/docvw/access.src
+++ b/sw/source/ui/docvw/access.src
@@ -2,9 +2,9 @@
*
* $RCSfile: access.src,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mib $ $Date: 2002-03-06 08:15:41 $
+ * last change: $Author: dvo $ $Date: 2002-03-20 11:13:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -136,4 +136,13 @@ String STR_ACCESS_ENDNOTE_DESC
Text = "Endnote $(ARG1)" ;
Text [ english ] = "Endnote $(ARG1)" ;
};
-
+String STR_ACCESS_REPLACEMENT_POSTIT
+{
+ Text = "[Post-It]" ;
+ Text [ english ] = "[Annotation]" ;
+};
+String STR_ACCESS_REPLACEMENT_FRAME
+{
+ Text = "[Frame]" ;
+ Text [ english ] = "[Frame]" ;
+};