From 6c760121f0800907516e4a961efc4b6cc1f29242 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 27 Nov 2007 10:51:34 +0000 Subject: INTEGRATION: CWS fwk78 (1.32.52); FILE MERGED 2007/11/20 09:34:34 tkr 1.32.52.3: #83411# Forgot HelpID 2007/11/20 09:27:09 tkr 1.32.52.2: #83411# Forgot HelpID 2007/11/08 10:44:39 tkr 1.32.52.1: #83411# Insert NoLabel Property --- extensions/inc/extensio.hrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extensions/inc') diff --git a/extensions/inc/extensio.hrc b/extensions/inc/extensio.hrc index a8168d40a330..4cd2fb03678b 100644 --- a/extensions/inc/extensio.hrc +++ b/extensions/inc/extensio.hrc @@ -4,9 +4,9 @@ * * $RCSfile: extensio.hrc,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: hr $ $Date: 2007-07-31 15:55:26 $ + * last change: $Author: ihi $ $Date: 2007-11-27 11:51:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -460,10 +460,10 @@ #define HID_PROP_BORDERCOLOR (HID_FORMS_START + 337) #define UID_PROP_DLG_BORDERCOLOR (HID_FORMS_START + 338) #define HID_PROP_IMAGEPOSITION (HID_FORMS_START + 339) - +#define HID_PROP_NOLABEL (HID_FORMS_START + 340) // please adjust HID_LAST_FORMS_ID if you add new ids here! -#define HID_LAST_FORMS_ID HID_PROP_IMAGEPOSITION +#define HID_LAST_FORMS_ID HID_PROP_NOLABEL #if HID_LAST_FORMS_ID > HID_FORMS_END #error id overflow -- cgit