summaryrefslogtreecommitdiff
path: root/sc/source/ui/src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-20 10:46:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-20 10:52:17 +0000
commit1822302066fba5a21a8fb72cbaaae9bbe4cf9fbd (patch)
tree443474bcf974bcc3617f74e505001982cd705518 /sc/source/ui/src
parent5ed55393ee0778840dd4b3a316086b48bd0c61fc (diff)
convert solver no solution dialog to .ui
Change-Id: I94ba29d328c443e0f944fef8d33fc25cdc0e9694
Diffstat (limited to 'sc/source/ui/src')
-rw-r--r--sc/source/ui/src/optsolver.src36
1 files changed, 0 insertions, 36 deletions
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 ;