diff options
author | Oliver Specht <os@openoffice.org> | 2001-02-09 07:01:42 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-02-09 07:01:42 +0000 |
commit | 33057038bd875badd88ab152b651b477ab1ca091 (patch) | |
tree | 6296d383b1ed2b9d7c78d04261a8f1c99327b842 /sw/source/ui/inc/num.hxx | |
parent | 1692dc6d9f6b9193f12680b58e2520d0cefc16e9 (diff) |
TabPage size changed
Diffstat (limited to 'sw/source/ui/inc/num.hxx')
-rw-r--r-- | sw/source/ui/inc/num.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/inc/num.hxx b/sw/source/ui/inc/num.hxx index 70980685a1..efef181220 100644 --- a/sw/source/ui/inc/num.hxx +++ b/sw/source/ui/inc/num.hxx @@ -2,9 +2,9 @@ * * $RCSfile: num.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:40 $ + * last change: $Author: os $ $Date: 2001-02-09 07:58:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -151,15 +151,15 @@ class SwNumPositionTabPage : public SfxTabPage MultiListBox aLevelLB; GroupBox aPositionGB; - FixedText aAlignFT; - ListBox aAlignLB; FixedText aDistBorderFT; - CheckBox aRelativeCB; MetricField aDistBorderMF; + CheckBox aRelativeCB; FixedText aIndentFT; MetricField aIndentMF; FixedText aDistNumFT; MetricField aDistNumMF; + FixedText aAlignFT; + ListBox aAlignLB; PushButton aStandardPB; GroupBox aPreviewGB; |