summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/convert.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-07 08:45:37 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-07 08:45:37 +0000
commitc8f358b2df1ca4836706f8649ee180d952a9d6de (patch)
tree939c36bbb2c8ddf3861f0de898d26c521af15c55 /sw/source/ui/inc/convert.hxx
parent0a188658eb33c3a35c7d3f31ffc0a1a92a8b9f4f (diff)
INTEGRATION: CWS os45 (1.4.302); FILE MERGED
2004/12/02 13:36:13 os 1.4.302.1: #i38294# headline repeat now uses the same control positioning as insert/table
Diffstat (limited to 'sw/source/ui/inc/convert.hxx')
-rw-r--r--sw/source/ui/inc/convert.hxx16
1 files changed, 12 insertions, 4 deletions
diff --git a/sw/source/ui/inc/convert.hxx b/sw/source/ui/inc/convert.hxx
index 161a27602d86..19847e5e2575 100644
--- a/sw/source/ui/inc/convert.hxx
+++ b/sw/source/ui/inc/convert.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: convert.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2004-05-03 13:53:37 $
+ * last change: $Author: rt $ $Date: 2005-01-07 09:45:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,6 +73,9 @@
#ifndef _BASEDLGS_HXX //autogen
#include <sfx2/basedlgs.hxx>
#endif
+#ifndef _TEXTCONTROLCOMBO_HXX
+#include <textcontrolcombo.hxx>
+#endif
class SwTableAutoFmt;
class SwView;
@@ -90,8 +93,13 @@ class SwConvertTableDlg: public SfxModalDialog
CheckBox aHeaderCB;
CheckBox aRepeatHeaderCB;
- FixedText aRepeatHeaderFT;
- NumericField aRepeatHeaderNF;
+
+ FixedText aRepeatHeaderFT; // "dummy" to build before and after FT
+ FixedText aRepeatHeaderBeforeFT;
+ NumericField aRepeatHeaderNF;
+ FixedText aRepeatHeaderAfterFT;
+ TextControlCombo aRepeatHeaderCombo;
+
CheckBox aDontSplitCB;
CheckBox aBorderCB;
FixedLine aOptionsFL;