summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2018-03-26 14:55:56 +0200
committerHeiko Tietze <tietze.heiko@gmail.com>2018-03-28 19:50:10 +0200
commitb57e8b5e531408236af5e3be69b9190c646a6eab (patch)
treef79022e0ec0a12e969001031ed9b119b4920864f /sw/source/uibase/inc
parent6d4bb4dd4ef425a429c929e7d953cf9b54a74576 (diff)
tdf#116407 - option "Border" for new table redundant
Function removed Change-Id: I2346a0ba91afb72c7c68a6d50fc103d0409ae374 Reviewed-on: https://gerrit.libreoffice.org/51896 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/convert.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/convert.hxx b/sw/source/uibase/inc/convert.hxx
index 9dfefc5fa642..90d1cfebf715 100644
--- a/sw/source/uibase/inc/convert.hxx
+++ b/sw/source/uibase/inc/convert.hxx
@@ -45,7 +45,6 @@ class SwConvertTableDlg : public weld::GenericDialogController
std::unique_ptr<weld::SpinButton> m_xRepeatHeaderNF;
std::unique_ptr<weld::CheckButton> m_xDontSplitCB;
- std::unique_ptr<weld::CheckButton> m_xBorderCB;
std::unique_ptr<weld::Button> m_xAutoFormatBtn;
OUString sConvertTextTable;