summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/break.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/break.hxx')
-rw-r--r--sw/source/ui/inc/break.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/break.hxx b/sw/source/ui/inc/break.hxx
index 6e90131912df..8c6c53744ad4 100644
--- a/sw/source/ui/inc/break.hxx
+++ b/sw/source/ui/inc/break.hxx
@@ -50,6 +50,7 @@ class SwWrtShell;
class SwBreakDlg: public SvxStandardDialog
{
SwWrtShell &rSh;
+ FixedLine aBreakFL;
RadioButton aLineBtn;
RadioButton aColumnBtn;
RadioButton aPageBtn;
@@ -57,7 +58,6 @@ class SwBreakDlg: public SvxStandardDialog
ListBox aPageCollBox;
CheckBox aPageNumBox;
NumericField aPageNumEdit;
- FixedLine aBreakFL;
OKButton aOkBtn;
CancelButton aCancelBtn;