diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-10-10 14:32:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-10-10 14:32:04 +0000 |
commit | 27452a082237065ac4cf475c8398241907164b2c (patch) | |
tree | 70d2900834f0993f485dc95a04950ef7a5051a9d /sd/inc/app.hrc | |
parent | 9636dcb9b0ec22c4870735b3de0a22b1286ea625 (diff) |
INTEGRATION: CWS pppopt02 (1.24.74); FILE MERGED
2007/09/28 14:52:06 sj 1.24.74.1: added slot to be able to clear the undomanager
Diffstat (limited to 'sd/inc/app.hrc')
-rw-r--r-- | sd/inc/app.hrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index 4f84c12958a6..92983cec86da 100644 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -4,9 +4,9 @@ * * $RCSfile: app.hrc,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: rt $ $Date: 2007-07-06 13:09:31 $ + * last change: $Author: kz $ $Date: 2007-10-10 15:32:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -149,6 +149,8 @@ #define SID_PRESENTATIONOBJECT (SID_SD_START+113) #define SID_SIZE_VISAREA (SID_SD_START+114) +#define SID_CLEAR_UNDO_STACK (SID_SD_START+115) + #define SID_BEHIND_OBJ (SID_SD_START+116) #define SID_REVERSE_ORDER (SID_SD_START+117) #define SID_SDOPTIONS (SID_SD_START+118) |