summaryrefslogtreecommitdiff
path: root/sw/inc/rcid.hrc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-01-02 15:45:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-01-02 15:45:41 +0000
commit3436f07b0bab9b14883977e96249a884c48d0b9c (patch)
tree23c4a8f95fc3953d23c052243f28f6e4e54bea1c /sw/inc/rcid.hrc
parentd7fbfeee8144f170d638a537402066a111be233f (diff)
INTEGRATION: CWS smarttags (1.10.602); FILE MERGED
2006/12/21 10:45:50 jakob_lechner 1.10.602.1: #i72705#: support for smarttags
Diffstat (limited to 'sw/inc/rcid.hrc')
-rw-r--r--sw/inc/rcid.hrc11
1 files changed, 9 insertions, 2 deletions
diff --git a/sw/inc/rcid.hrc b/sw/inc/rcid.hrc
index 84bd46724bfc..03c506305924 100644
--- a/sw/inc/rcid.hrc
+++ b/sw/inc/rcid.hrc
@@ -4,9 +4,9 @@
*
* $RCSfile: rcid.hrc,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:05:59 $
+ * last change: $Author: hr $ $Date: 2007-01-02 16:45:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -84,6 +84,7 @@
#define RC_ACCESS (RC_BASE + 3550)
#define STR_POOLPARSTYLE (RC_BASE + 3650)
#define RC_UNDO (RC_BASE + 3750)
+#define RC_SMARTTAG (RC_BASE + 3950) // SMARTTAGS
/*--------------------------------------------------------------------
Beschreibung: Bereiche ausspannen
@@ -262,4 +263,10 @@
#define RC_UNDO_BEGIN RC_UNDO
#define RC_UNDO_END (RC_UNDO + 199)
+// SMARTTAGS
+// Smarttags
+#define RC_SMARTTAG_BEGIN RC_SMARTTAG
+#define RC_SMARTTAG_END (RC_SMARTTAG + 99)
+
+
#endif