diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-01-03 07:47:19 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-01-03 07:47:19 +0000 |
commit | 9dbef2a54b2c94d40ca1d007d33530fa34d22f2e (patch) | |
tree | 16bc16302b681ad03687699e2c19b8070703f45e /svx/inc/fmhelp.hrc | |
parent | 9c14c92c4f5b88cf00a8300ba5bda69d8458789a (diff) |
HID_EVT_RE-/-UNLOADING
Diffstat (limited to 'svx/inc/fmhelp.hrc')
-rw-r--r-- | svx/inc/fmhelp.hrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/inc/fmhelp.hrc b/svx/inc/fmhelp.hrc index a82535e5c4d6..2ac388f518bd 100644 --- a/svx/inc/fmhelp.hrc +++ b/svx/inc/fmhelp.hrc @@ -2,9 +2,9 @@ * * $RCSfile: fmhelp.hrc,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:00:56 $ + * last change: $Author: fs $ $Date: 2001-01-03 08:47:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -251,6 +251,8 @@ #define HID_EVT_RELOADED (HID_EVT_START + 45) #define HID_EVT_APPROVEROWCHANGE (HID_EVT_START + 46) #define HID_EVT_ROWCHANGE (HID_EVT_START + 47) +#define HID_EVT_RELOADING (HID_EVT_START + 48) +#define HID_EVT_UNLOADING (HID_EVT_START + 49) // Fuer den Button "Makro zuweisen"- Dialog im Property-Editor #define UID_EVT_MACRODLG (HID_EVT_START + 99) |