diff options
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/app.hrc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index bc6a547f5e6f..aa159f3f9cfd 100644 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -4,9 +4,9 @@ * * $RCSfile: app.hrc,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: obo $ $Date: 2008-02-26 07:25:49 $ + * last change: $Author: rt $ $Date: 2008-03-12 11:20:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -468,6 +468,7 @@ // Add companion for the SID_HIDE_SLIDE (that is defined in svx) #define SID_SHOW_SLIDE (SID_SD_START+440) -#define SID_ADD_MOTION_PATH (SID_SD_START+441) +#define SID_ADD_MOTION_PATH (SID_SD_START+441) +#define SID_TABLE_TOOLBOX (SID_SD_START+442) #endif |