diff options
author | Gergő Mocsi <gmocsi91@gmail.com> | 2013-04-17 10:46:08 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-05-03 14:52:52 +0200 |
commit | e8ed29c952259a241564dfbf40e5b53d2c6e67e2 (patch) | |
tree | d9f65ac428099cc4978ceaa67ea9eaa197ea7320 /sd/source/ui/inc/strings.hrc | |
parent | 25547fbddda1d540d2191e9e9a893c7f263b80e2 (diff) |
Create Photo Album fix
Fixed some pointer issues in CreateHdl function.
Removed the creation of title slide.
Added an enum to access the image layout option from the code.
Change-Id: Ib91fbbf3b068453c8e66b8df1ce32e24c3828bc0
Diffstat (limited to 'sd/source/ui/inc/strings.hrc')
-rw-r--r-- | sd/source/ui/inc/strings.hrc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/source/ui/inc/strings.hrc b/sd/source/ui/inc/strings.hrc index 928167819c19..19816b985920 100644 --- a/sd/source/ui/inc/strings.hrc +++ b/sd/source/ui/inc/strings.hrc @@ -415,9 +415,8 @@ #define STR_ACC_DIALOG_DESC (RID_APP_START+728) -#define STR_PHOTO_ALBUM_TITLE (RID_APP_START+729) -#define STR_PHOTO_ALBUM_AUTHOR (RID_APP_START+730) -#define STR_PHOTO_ALBUM_EMPTY_WARNING (RID_APP_START+731) +#define STR_PHOTO_ALBUM_EMPTY_WARNING (RID_APP_START+729) +#define STR_PHOTO_ALBUM_TEXTBOX (RID_APP_START+730) /****************************************************************************** * The ids in glob.hrc start at RID_APP_START+750! |