diff options
author | Oliver Specht <os@openoffice.org> | 2001-03-16 11:39:42 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-03-16 11:39:42 +0000 |
commit | 3aa72f15183415d568bc3744c077bd398d611277 (patch) | |
tree | fb7a669c7757be37262457f94afdbc6ae4baae5e /svx/inc/optgrid.hxx | |
parent | 61a2822720e5c830534889ebbcfcb31f2fa0f0c3 (diff) |
option dialog change
Diffstat (limited to 'svx/inc/optgrid.hxx')
-rw-r--r-- | svx/inc/optgrid.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/inc/optgrid.hxx b/svx/inc/optgrid.hxx index bb753d6995b6..381f0b5411f7 100644 --- a/svx/inc/optgrid.hxx +++ b/svx/inc/optgrid.hxx @@ -2,9 +2,9 @@ * * $RCSfile: optgrid.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: os $ $Date: 2001-02-08 16:34:47 $ + * last change: $Author: os $ $Date: 2001-03-16 12:37:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -162,7 +162,7 @@ public: private: CheckBox aCbxUseGridsnap; CheckBox aCbxGridVisible; - GroupBox aGrpOptions; // Neu + FixedLine aGrpOptions; // Neu FixedText aFtResolution; FixedText aFtDrawX; @@ -173,7 +173,7 @@ private: MetricField aMtrFldDivisionX; MetricField aMtrFldDivisionY; CheckBox aCbxSynchronize; - GroupBox aGrpDrawGrid; // Neu + FixedLine aGrpDrawGrid; // Neu BOOL bAttrModified; BOOL bEqualGrid; // Neu |