From f27a47552c7dc98a7a81123be1b53626b1cf3422 Mon Sep 17 00:00:00 2001 From: Frank Schönheit <fs@openoffice.org> Date: Wed, 10 Jan 2001 11:21:06 +0000 Subject: +HID_PROP_ESCAPEPROCESSING --- svx/inc/fmhelp.hrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/svx/inc/fmhelp.hrc b/svx/inc/fmhelp.hrc index 2ac388f518bd..bc319fd07c8d 100644 --- a/svx/inc/fmhelp.hrc +++ b/svx/inc/fmhelp.hrc @@ -2,9 +2,9 @@ * * $RCSfile: fmhelp.hrc,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: fs $ $Date: 2001-01-03 08:47:19 $ + * last change: $Author: fs $ $Date: 2001-01-10 12:21:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -186,6 +186,7 @@ #define HID_PROP_EFFECTIVEDEFAULT (HID_FORMS_START + 110) #define HID_PROP_CONTROLLABEL (HID_FORMS_START + 111) #define HID_PROP_CURRSYM_POSITION (HID_FORMS_START + 112) +#define HID_PROP_ESCAPE_PROCESSING (HID_FORMS_START + 113) //Unique Id's fuer Dialoge im Property-Editor #define UID_PROP_DLG (HID_FORMS_START + 180) -- cgit