summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mailmergechildwindow.src
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dbui/mailmergechildwindow.src')
-rw-r--r--sw/source/ui/dbui/mailmergechildwindow.src48
1 files changed, 0 insertions, 48 deletions
diff --git a/sw/source/ui/dbui/mailmergechildwindow.src b/sw/source/ui/dbui/mailmergechildwindow.src
index f5ab311cdfcff..9e0961803af8d 100644
--- a/sw/source/ui/dbui/mailmergechildwindow.src
+++ b/sw/source/ui/dbui/mailmergechildwindow.src
@@ -207,52 +207,4 @@ ModelessDialog DLG_MM_SENDMAILS
};
};
-ModalDialog DLG_MM_SENDWARNING
-{
- OutputSize = TRUE ;
- SVLook = TRUE ;
- HelpID = HID_MM_SENDWARNING;
- Size = MAP_APPFONT ( 240 , 137 ) ;
- Moveable = TRUE ;
-
- Text[en-US] = "E-Mails could not be sent";
- FixedImage IM_WARNING
- {
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 30 , 30 ) ;
- };
- FixedText FI_WARNING
- {
- Pos = MAP_APPFONT ( 40 , 6 ) ;
- Size = MAP_APPFONT ( 170 , 30 ) ;
- WordBreak = TRUE;
- Text[ en-US ] = "The following error occurred:";
- };
- FixedText FT_DETAILS
- {
- Pos = MAP_APPFONT ( 40, 39 ) ;
- Size = MAP_APPFONT ( 174, 8 ) ;
- Text[ en-US ] = "Detailed information";
- };
- MultiLineEdit ED_DETAILS
- {
- HelpID = "sw:MultiLineEdit:DLG_MM_SENDWARNING:ED_DETAILS";
- Pos = MAP_APPFONT ( 40 , 50 ) ;
- Size = MAP_APPFONT ( 194 , 50 ) ;
- Border = TRUE;
- Readonly = TRUE;
- };
- FixedLine FL_SEPARATOR
- {
- Pos = MAP_APPFONT ( 0 , 106 ) ;
- Size = MAP_APPFONT ( 240 , 8 ) ;
- };
- OKButton PB_OK
- {
- Pos = MAP_APPFONT ( 95 , 117) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- DefButton = TRUE;
- };
-};
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */