summaryrefslogtreecommitdiff
path: root/sd/source/ui/app/strings.src
diff options
context:
space:
mode:
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" ;