diff options
author | Oliver Specht <os@openoffice.org> | 2001-09-27 12:28:00 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-09-27 12:28:00 +0000 |
commit | 50db0e11cfc878ab95d72406b33daf4d26cebb00 (patch) | |
tree | b530711d77e93a6619ad67f2a56fbd45ed212bf1 /sfx2/source/inc | |
parent | f87582fe10eb29f744066ea55269a0006dcbe412 (diff) |
#62832# feature: printing changes document modified state
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/helpid.hrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/inc/helpid.hrc b/sfx2/source/inc/helpid.hrc index 66e4ea0c500e..ef9cc89990cf 100644 --- a/sfx2/source/inc/helpid.hrc +++ b/sfx2/source/inc/helpid.hrc @@ -2,9 +2,9 @@ * * $RCSfile: helpid.hrc,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: pb $ $Date: 2001-09-18 08:27:15 $ + * last change: $Author: os $ $Date: 2001-09-27 13:26:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -363,6 +363,7 @@ #define HID_HELP_BOOKMARKS_OPEN (HID_SFX_START + 296) #define HID_HELP_BOOKMARKS_RENAME (HID_SFX_START + 297) #define HID_HELP_BOOKMARKS_DELETE (HID_SFX_START + 298) +#define HID_CLOSE_WARNING (HID_SFX_START + 299) #define ACT_SFX_HID_END HID_HELP_TOOLBOXITEM_SEARCHDIALOG |