diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-05-23 16:01:30 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-05-23 16:01:30 +0000 |
commit | 418cff4b02b76a5a8d8dd710074fb9f9ee3fd572 (patch) | |
tree | 97b6a5d0d2949ab5301315dfd4bf9a19d0cdac4f /sc/source/ui/miscdlgs/solvrdlg.cxx | |
parent | f7107ac885f3e4ce5bed61ec9e63c3795c7a9196 (diff) |
#86988# dialog redesign
Diffstat (limited to 'sc/source/ui/miscdlgs/solvrdlg.cxx')
-rw-r--r-- | sc/source/ui/miscdlgs/solvrdlg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/miscdlgs/solvrdlg.cxx b/sc/source/ui/miscdlgs/solvrdlg.cxx index f1eccbe19bd7..78b331fcea02 100644 --- a/sc/source/ui/miscdlgs/solvrdlg.cxx +++ b/sc/source/ui/miscdlgs/solvrdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: solvrdlg.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: nn $ $Date: 2000-09-22 18:42:21 $ + * last change: $Author: dr $ $Date: 2001-05-23 17:00:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -109,7 +109,7 @@ ScSolverDlg::ScSolverDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, aFtVariableCell ( this, ScResId( FT_VARCELL ) ), aEdVariableCell ( this, ScResId( ED_VARCELL ) ), aRBVariableCell ( this, ScResId( RB_VARCELL ), &aEdVariableCell ), - aGbVariables ( this, ScResId( GB_VARIABLES ) ), + aFlVariables ( this, ScResId( FL_VARIABLES ) ), aBtnOk ( this, ScResId( BTN_OK ) ), aBtnCancel ( this, ScResId( BTN_CANCEL ) ), aBtnHelp ( this, ScResId( BTN_HELP ) ), |