From 418cff4b02b76a5a8d8dd710074fb9f9ee3fd572 Mon Sep 17 00:00:00 2001 From: Daniel Rentz Date: Wed, 23 May 2001 16:01:30 +0000 Subject: #86988# dialog redesign --- sc/source/ui/inc/solvrdlg.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sc/source/ui/inc/solvrdlg.hxx') diff --git a/sc/source/ui/inc/solvrdlg.hxx b/sc/source/ui/inc/solvrdlg.hxx index d2260751ba8d..a7c82debfbbe 100644 --- a/sc/source/ui/inc/solvrdlg.hxx +++ b/sc/source/ui/inc/solvrdlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: solvrdlg.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:45:01 $ + * last change: $Author: dr $ $Date: 2001-05-23 17:01:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,6 +106,7 @@ public: virtual BOOL Close(); private: + FixedLine aFlVariables; FixedText aFtFormulaCell; ScRefEdit aEdFormulaCell; ScRefButton aRBFormulaCell; @@ -117,7 +118,6 @@ private: ScRefEdit aEdVariableCell; ScRefButton aRBVariableCell; - GroupBox aGbVariables; OKButton aBtnOk; CancelButton aBtnCancel; HelpButton aBtnHelp; -- cgit