From 8909bc6e3bb44a3e3ff1a2daa0548f1e076e496c Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Wed, 28 Mar 2001 12:28:48 +0000 Subject: option dialog changes --- sc/source/ui/inc/tpcalc.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sc/source/ui/inc/tpcalc.hxx') diff --git a/sc/source/ui/inc/tpcalc.hxx b/sc/source/ui/inc/tpcalc.hxx index bc198c66b2ca..24c0fad99a71 100644 --- a/sc/source/ui/inc/tpcalc.hxx +++ b/sc/source/ui/inc/tpcalc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tpcalc.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: er $ $Date: 2001-01-30 15:12:35 $ + * last change: $Author: os $ $Date: 2001-03-28 13:26:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -109,13 +109,13 @@ private: NumericField aEdSteps; FixedText aFtEps; Edit aEdEps; - GroupBox aGbZRefs; + FixedLine aGbZRefs; RadioButton aBtnDateStd; RadioButton aBtnDateSc10; RadioButton aBtnDate1904; - GroupBox aGbDate; + FixedLine aGbDate; CheckBox aBtnCase; CheckBox aBtnCalc; -- cgit