From 1822302066fba5a21a8fb72cbaaae9bbe4cf9fbd Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 20 Dec 2013 10:46:52 +0000 Subject: convert solver no solution dialog to .ui Change-Id: I94ba29d328c443e0f944fef8d33fc25cdc0e9694 --- sc/source/ui/src/optsolver.src | 36 ------------------------------------ 1 file changed, 36 deletions(-) (limited to 'sc/source/ui/src') diff --git a/sc/source/ui/src/optsolver.src b/sc/source/ui/src/optsolver.src index 477baad86a2f..1de4b5e49117 100644 --- a/sc/source/ui/src/optsolver.src +++ b/sc/source/ui/src/optsolver.src @@ -57,42 +57,6 @@ ModelessDialog RID_SCDLG_SOLVER_PROGRESS }; -ModalDialog RID_SCDLG_SOLVER_NOSOLUTION -{ - OutputSize = TRUE ; - HelpId = HID_SC_SOLVER_NOSOLUTION ; - SVLook = TRUE ; - Size = MAP_APPFONT ( 118 , 72 ) ; - Moveable = TRUE ; - FixedText FT_NOSOLUTION - { - Pos = MAP_APPFONT ( 6 , 8 ) ; - Size = MAP_APPFONT ( 106 , 8 ) ; - Text [ en-US ] = "No solution was found." ; - }; - FixedText FT_ERRORTEXT - { - Pos = MAP_APPFONT ( 6 , 22 ) ; - Size = MAP_APPFONT ( 106 , 16 ) ; - WordBreak = TRUE ; - // text is dynamic - }; - FixedLine FL_BUTTONS - { - Pos = MAP_APPFONT ( 0 , 41 ) ; - Size = MAP_APPFONT ( 118 , 8 ) ; - }; - OKButton BTN_OK - { - Pos = MAP_APPFONT ( 34 , 52 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - TabStop = TRUE ; - DefButton = TRUE ; - }; - Text [ en-US ] = "No Solution" ; -}; - - ModalDialog RID_SCDLG_SOLVER_SUCCESS { OutputSize = TRUE ; -- cgit