diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 18:38:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 18:38:25 +0000 |
commit | 7af6081e6cc9e7d1dc9dcca3df73798423635689 (patch) | |
tree | b6ffe8c4dce9e2dbad2089017631246dde152a85 /sd | |
parent | 27e7d4007d6b49b3233e852208ad56b8e5065d2b (diff) |
INTEGRATION: CWS presentationengine01 (1.11.10); FILE MERGED
2004/09/26 18:33:24 cl 1.11.10.7: added animation undo
2004/08/23 08:37:13 cl 1.11.10.6: resolved merge conflicts
2004/07/28 11:10:35 cl 1.11.10.5: #i31376# added strings for translation
2004/07/23 14:02:55 thb 1.11.10.4: RESYNC: (1.12-1.13); FILE MERGED
2004/07/06 19:29:09 thb 1.11.10.3: RESYNC: (1.11-1.12); FILE MERGED
2004/06/14 12:24:07 cl 1.11.10.2: more ui improvements
2004/05/28 13:04:55 cl 1.11.10.1: new animations ui
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/glob.hrc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/inc/glob.hrc b/sd/inc/glob.hrc index 8eee30dd8cbd..744821941909 100644 --- a/sd/inc/glob.hrc +++ b/sd/inc/glob.hrc @@ -2,9 +2,9 @@ * * $RCSfile: glob.hrc,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: obo $ $Date: 2004-08-12 10:24:40 $ + * last change: $Author: rt $ $Date: 2004-11-26 19:38:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -169,5 +169,8 @@ #define STR_MASTERPAGESSELECTOR RID_GLOB_START+108 #define STR_TASKPANELAYOUTMENU RID_GLOB_START+109 #define STR_MEDIAOBJECTBARSHELL RID_GLOB_START+110 + #define RID_CUSTOMANIMATION_START RID_GLOB_START+120 #define RID_CUSTOMANIMATION_END RID_GLOB_START+220 +#define STR_UNDO_ANIMATION RID_GLOB_START+221 +#define STR_UNDO_SLIDE_PARAMS RID_GLOB_START+222 |