summaryrefslogtreecommitdiff
path: root/sw/source/ui/table/convert.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/table/convert.cxx')
-rw-r--r--sw/source/ui/table/convert.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/table/convert.cxx b/sw/source/ui/table/convert.cxx
index 4fc5ecfcb34c..fd2e827fbdb0 100644
--- a/sw/source/ui/table/convert.cxx
+++ b/sw/source/ui/table/convert.cxx
@@ -78,7 +78,6 @@ void SwConvertTableDlg::GetValues( sal_Unicode& rDelim,
}
}
-
sal_uInt16 nInsMode = 0;
if (mpBorderCB->IsChecked())
nInsMode |= tabopts::DEFAULT_BORDER;
@@ -97,7 +96,6 @@ void SwConvertTableDlg::GetValues( sal_Unicode& rDelim,
rInsTblOpts.mnInsMode = nInsMode;
}
-
SwConvertTableDlg::SwConvertTableDlg( SwView& rView, bool bToTable )
: SfxModalDialog(&rView.GetViewFrame()->GetWindow(), "ConvertTextTableDialog", "modules/swriter/ui/converttexttable.ui" )
, sConvertTextTable(SW_RES(STR_CONVERT_TEXT_TABLE))