summaryrefslogtreecommitdiff
path: root/sw/source/ui/table/convert.cxx
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2009-07-03 14:04:55 +0000
committerRelease Engineers <releng@openoffice.org>2009-07-03 14:04:55 +0000
commit12a818ea7fee1513bf33a5b5cfe58d5d10822c19 (patch)
treeef420941bc33df6c0caa388d3f539e1a5a308c27 /sw/source/ui/table/convert.cxx
parentd766cc1c9eb41f85eb47e00a7091df1d7d4baf46 (diff)
CWS-TOOLING: integrate CWS os130a
2009-06-05 15:47:33 +0200 os r272704 : #63267# 2009-06-05 15:44:03 +0200 os r272703 : #i99578# 2009-06-05 15:43:27 +0200 os r272702 : #i99529# 2009-06-05 15:41:39 +0200 os r272701 : #i99526# 2009-06-05 15:39:32 +0200 os r272700 : #i91534# 2009-06-05 15:37:12 +0200 os r272699 : #i102000# 2009-06-05 15:34:12 +0200 os r272698 : #i101952# 2009-06-05 15:32:31 +0200 os r272697 : #i101814# 2009-06-05 15:28:55 +0200 os r272695 : #i101214# 2009-06-05 15:25:05 +0200 os r272694 : #i101007# 2009-06-05 15:22:49 +0200 os r272692 : #i100487# 2009-06-05 15:17:13 +0200 os r272691 : #100825#
Diffstat (limited to 'sw/source/ui/table/convert.cxx')
-rw-r--r--sw/source/ui/table/convert.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/table/convert.cxx b/sw/source/ui/table/convert.cxx
index 1792b639e5d8..63f8ac8a2e00 100644
--- a/sw/source/ui/table/convert.cxx
+++ b/sw/source/ui/table/convert.cxx
@@ -141,14 +141,14 @@ SwConvertTableDlg::SwConvertTableDlg( SwView& rView, bool bToTable )
aRepeatHeaderAfterFT (this),
aRepeatHeaderCombo (this, SW_RES(WIN_REPEAT_HEADER), aRepeatHeaderNF, aRepeatHeaderBeforeFT, aRepeatHeaderAfterFT),
+ aOptionsFL (this, SW_RES(FL_OPTIONS)),
aDontSplitCB (this, SW_RES(CB_DONT_SPLIT)),
aBorderCB (this, SW_RES(CB_BORDER)),
- aOptionsFL (this, SW_RES(FL_OPTIONS)),
+ aAutoFmtBtn(this,SW_RES(BT_AUTOFORMAT)),
aOkBtn(this,SW_RES(BT_OK)),
aCancelBtn(this,SW_RES(BT_CANCEL)),
aHelpBtn(this, SW_RES(BT_HELP)),
- aAutoFmtBtn(this,SW_RES(BT_AUTOFORMAT)),
#ifdef MSC
#pragma warning (default : 4355)
#endif