summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/num.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-02-09 07:01:42 +0000
committerOliver Specht <os@openoffice.org>2001-02-09 07:01:42 +0000
commit33cd57d3a9b8e5af03c6373fdbc5e55f6f96d4fe (patch)
tree69d3b959b6756a86a03a4f52dc0891def79c7221 /sw/source/ui/inc/num.hxx
parent4ce6e5c5aca342b121f145b133b286a8e4cfe775 (diff)
TabPage size changed
Diffstat (limited to 'sw/source/ui/inc/num.hxx')
-rw-r--r--sw/source/ui/inc/num.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/inc/num.hxx b/sw/source/ui/inc/num.hxx
index 710b359ebda0..705b4ad1f51c 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;