summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/app/strings.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-17 12:24:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-17 13:09:23 +0100
commit91da17722924dc505553120750712d491b238343 (patch)
treeee87ed961b13a7d584b796f741c21f1b570bc79b /sd/source/ui/app/strings.src
parentsw: unused includes in findfrm (diff)
downloadcore-91da17722924dc505553120750712d491b238343.tar.gz
core-91da17722924dc505553120750712d491b238343.zip
remove various unused dialogs
Change-Id: If639745db976671a3b6e3405253dfb3bc5783363
Diffstat (limited to 'sd/source/ui/app/strings.src')
-rw-r--r--sd/source/ui/app/strings.src42
1 files changed, 0 insertions, 42 deletions
diff --git a/sd/source/ui/app/strings.src b/sd/source/ui/app/strings.src
index eb6b959741b3..4c58d73be7d1 100644
--- a/sd/source/ui/app/strings.src
+++ b/sd/source/ui/app/strings.src
@@ -427,48 +427,6 @@ String STR_EDIT_OBJ
{
Text [ en-US ] = "~Edit" ;
};
-ModalDialog RID_UNDO_DELETE_WARNING
-{
- OutputSize = TRUE;
- Size = MAP_APPFONT( 175 + 39 + (3 * 6), (7 * 12) + 6 );
- Moveable = TRUE;
- Closeable = TRUE;
-
- HelpID = HID_UNDO_DELETE_WARNING;
-
- FixedImage IMG_UNDO_DELETE_WARNING
- {
- Pos = MAP_APPFONT( 6, 6 );
- Size = MAP_APPFONT( 30, 30 );
- };
- FixedText FT_UNDO_DELETE_WARNING
- {
- Pos = MAP_APPFONT( 39, 6 );
- Size = MAP_APPFONT( 175, 4 * 12 );
- WordBreak = TRUE;
- Text [ en-US ] = "This action deletes the list of actions that can\nbe undone. Previous changes made to the document are still valid,\nbut cannot be undone. Do you want to continue and\nthus assign the new slide design?";
- };
- CheckBox CB_UNDO_DELETE_DISABLE
- {
- HelpID = "sd:CheckBox:RID_UNDO_DELETE_WARNING:CB_UNDO_DELETE_DISABLE";
- Pos = MAP_APPFONT( 39, (4 * 12) + 9 );
- Size = MAP_APPFONT( 175, 12 );
- Text [ en-US ] = "~Do not show this warning again";
- };
- OKButton BTN_UNDO_DELETE_YES
- {
- Pos = MAP_APPFONT( 60, (5 * 12) + 13 );
- Size = MAP_APPFONT( 50, 14 );
- };
- CancelButton BTN_UNDO_DELETE_NO
- {
- Pos = MAP_APPFONT( 120, (5 * 12) + 13 );
- Size = MAP_APPFONT( 50, 14 );
- DefButton = TRUE;
- };
- Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION";
-};
-
String STR_DELETE_PAGES
{
Text [ en-US ] = "Delete slides" ;