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/inc/solvrdlg.hxx | |
parent | f7107ac885f3e4ce5bed61ec9e63c3795c7a9196 (diff) |
#86988# dialog redesign
Diffstat (limited to 'sc/source/ui/inc/solvrdlg.hxx')
-rw-r--r-- | sc/source/ui/inc/solvrdlg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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; |