diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-01-10 11:21:06 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-01-10 11:21:06 +0000 |
commit | f27a47552c7dc98a7a81123be1b53626b1cf3422 (patch) | |
tree | 4a9626aa1a42e0e6eecea33216d90ce8014c13e5 | |
parent | 166d3fedf1a47a1cb749330fc96cb27b65252e41 (diff) |
+HID_PROP_ESCAPEPROCESSING
-rw-r--r-- | svx/inc/fmhelp.hrc | 5 |
1 files 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) |