From 7fc5acac4b9ad91407314b2374e8092251692fbb Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien <hr@openoffice.org> Date: Fri, 3 Aug 2007 12:39:06 +0000 Subject: INTEGRATION: CWS hcicons (1.11.214); FILE MERGED 2007/07/01 13:06:59 fs 1.11.214.2: RESYNC: (1.11-1.12); FILE MERGED 2007/06/08 13:40:29 pb 1.11.214.1: fix: #146850# RC_COMCORE_END == RC_COMMON_CORE + 59 --- sw/inc/rcid.hrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/inc/rcid.hrc') diff --git a/sw/inc/rcid.hrc b/sw/inc/rcid.hrc index 4f0feade394f..0c5934b35854 100644 --- a/sw/inc/rcid.hrc +++ b/sw/inc/rcid.hrc @@ -4,9 +4,9 @@ * * $RCSfile: rcid.hrc,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: vg $ $Date: 2007-05-22 16:20:20 $ + * last change: $Author: hr $ $Date: 2007-08-03 13:39:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -238,7 +238,7 @@ // Gemeinsame Core-Strings #define RC_COMCORE_BEGIN (RC_COMMON_CORE) -#define RC_COMCORE_END (RC_COMMON_CORE + 49) +#define RC_COMCORE_END (RC_COMMON_CORE + 59) // Shell-Verzeichnis #define RC_SHELLS_BEGIN RC_SHELLS -- cgit