summaryrefslogtreecommitdiff
path: root/sw/inc/rcid.hrc
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-07-19 15:17:25 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-07-19 15:17:25 +0000
commit1a545334212f48bb97853fd4c2e367b15446dc70 (patch)
treeb4014fb9900bf16b2dd77e88d35ebd91a52ce96c /sw/inc/rcid.hrc
parent0113ca492c0290556f84094ea9f19438d7b18072 (diff)
#89999# remove unused identifiers...instead use the static methods in the SwStyleNameMapper class for Programmatic Name <-> UI Name <-> Pool Id conversion
Diffstat (limited to 'sw/inc/rcid.hrc')
-rw-r--r--sw/inc/rcid.hrc40
1 files changed, 2 insertions, 38 deletions
diff --git a/sw/inc/rcid.hrc b/sw/inc/rcid.hrc
index af1d69a634ba..7ad043c1194f 100644
--- a/sw/inc/rcid.hrc
+++ b/sw/inc/rcid.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: rcid.hrc,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2000-11-29 17:18:49 $
+ * last change: $Author: mtg $ $Date: 2001-07-19 16:17:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,12 +106,6 @@
#define RC_SHELLS (RC_BASE + 3250)
#define RC_CFGITEMS (RC_BASE + 3350)
#define RC_LINGU (RC_BASE + 3450)
-#define RC_POOLCHRFMT_PRGM (RC_BASE + 3550)
-#define RC_POOLHTMLCHRFMT_PRGM (RC_BASE + 3590)
-#define RC_POOLFRMFMT_PRGM (RC_BASE + 3630)
-#define RC_POOLTXTCOLL_PRGM (RC_BASE + 3660)
-#define RC_POOLPAGEDESC_PRGM (RC_BASE + 3850)
-#define RC_POOLNUMRULE_PRGM (RC_BASE + 3900)
/*--------------------------------------------------------------------
Beschreibung: Bereiche ausspannen
@@ -219,18 +213,11 @@
#define RC_POOLCHRFMT_HTML_BEGIN RC_POOLHTMLCHRFMT
#define RC_POOLCHRFMT_HTML_END (RC_POOLHTMLCHRFMT+ 30)
-#define RC_POOLCHRFMT_PRGM_BEGIN RC_POOLCHRFMT_PRGM
-#define RC_POOLCHRFMT_PRGM_END (RC_POOLCHRFMT_PRGM + 29)
-#define RC_POOLCHRFMT_PRGM_HTML_BEGIN RC_POOLHTMLCHRFMT_PRGM
-#define RC_POOLCHRFMT_PRGM_HTML_END (RC_POOLHTMLCHRFMT_PRGM+ 30)
// Rahmenvorlagen
#define RC_POOLFRMFMT_BEGIN RC_POOLFRMFMT
#define RC_POOLFRMFMT_END (RC_POOLFRMFMT + 20)
-#define RC_POOLFRMFMT_PRGM_BEGIN RC_POOLFRMFMT_PRGM
-#define RC_POOLFRMFMT_PRGM_END (RC_POOLFRMFMT_PRGM + 20)
-
// Collections
#define RC_POOLTXTCOLL_BEGIN RC_POOLTXTCOLL
@@ -249,37 +236,14 @@
#define RC_POOLTXTCOLL_END RC_POOLCOLL_HTML_END
-#define RC_POOLCOLL_PRGM_PRGM__BEGIN RC_POOLTXTCOLL_PRGM
-
-#define RC_POOLCOLL_PRGM_TEXT_BEGIN RC_POOLTXTCOLL_PRGM
-#define RC_POOLCOLL_PRGM_TEXT_END (RC_POOLTXTCOLL_PRGM + 19)
-#define RC_POOLCOLL_PRGM_LISTS_BEGIN (RC_POOLTXTCOLL_PRGM + 20)
-#define RC_POOLCOLL_PRGM_LISTS_END (RC_POOLTXTCOLL_PRGM + 69)
-#define RC_POOLCOLL_PRGM_EXTRA_BEGIN (RC_POOLTXTCOLL_PRGM + 70)
-#define RC_POOLCOLL_PRGM_EXTRA_END (RC_POOLTXTCOLL_PRGM + 89)
-#define RC_POOLCOLL_PRGM_REGISTER_BEGIN (RC_POOLTXTCOLL_PRGM + 90)
-#define RC_POOLCOLL_PRGM_REGISTER_END (RC_POOLTXTCOLL_PRGM + 119)
-#define RC_POOLCOLL_PRGM_DOC_BEGIN (RC_POOLTXTCOLL_PRGM + 130)
-#define RC_POOLCOLL_PRGM_DOC_END (RC_POOLTXTCOLL_PRGM + 139)
-#define RC_POOLCOLL_PRGM_HTML_BEGIN (RC_POOLTXTCOLL_PRGM + 140)
-#define RC_POOLCOLL_PRGM_HTML_END (RC_POOLTXTCOLL_PRGM + 169)
-
-#define RC_POOLTXTCOLL_PRGM__END RC_POOLCOLL_PRGM_HTML_END
-
// Poolvorlagen Seite
#define RC_POOLPAGEDESC_BEGIN RC_POOLPAGEDESC
#define RC_POOLPAGEDESC_END (RC_POOLPAGEDESC + 10)
-#define RC_POOLPAGEDESC_PRGM_BEGIN RC_POOLPAGEDESC_PRGM
-#define RC_POOLPAGEDESC_PRGM_END (RC_POOLPAGEDESC_PRGM + 10)
-
// Poolvorlagen Numerierung
#define RC_POOLNUMRULE_BEGIN RC_POOLNUMRULE
#define RC_POOLNUMRULE_END (RC_POOLNUMRULE + 10)
-#define RC_POOLNUMRULE_PRGM_BEGIN RC_POOLNUMRULE_PRGM
-#define RC_POOLNUMRULE_PRGM_END (RC_POOLNUMRULE_PRGM + 10)
-
// Envelp-Verzeichnis
#define RC_ENVELP_BEGIN (RC_ENVELP )
#define RC_ENVELP_END (RC_ENVELP + 99)