From ee9ca49fc27f448478b021bb842bf120a69f3e2b Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Thu, 22 Mar 2001 08:47:09 +0000 Subject: options dialog changes --- svx/inc/optgrid.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'svx/inc/optgrid.hxx') diff --git a/svx/inc/optgrid.hxx b/svx/inc/optgrid.hxx index 381f0b5411f7..4539c8b846c7 100644 --- a/svx/inc/optgrid.hxx +++ b/svx/inc/optgrid.hxx @@ -2,9 +2,9 @@ * * $RCSfile: optgrid.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: os $ $Date: 2001-03-16 12:37:33 $ + * last change: $Author: os $ $Date: 2001-03-22 09:46:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -162,7 +162,6 @@ public: private: CheckBox aCbxUseGridsnap; CheckBox aCbxGridVisible; - FixedLine aGrpOptions; // Neu FixedText aFtResolution; FixedText aFtDrawX; @@ -173,7 +172,7 @@ private: MetricField aMtrFldDivisionX; MetricField aMtrFldDivisionY; CheckBox aCbxSynchronize; - FixedLine aGrpDrawGrid; // Neu + FixedLine aGrpDrawGrid; // Neu BOOL bAttrModified; BOOL bEqualGrid; // Neu -- cgit