diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-12 13:13:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-13 08:38:07 +0200 |
commit | 6694219526e4d759657aecc49483c518f3d573b1 (patch) | |
tree | db19e3cc03f49c28062b51aabeccdd01528be359 /sw/source/uibase/inc/convert.hxx | |
parent | ff53b7e475be213a5337e37ba9c8fb73259fb0ad (diff) |
loplugin:unusedfields only-used-in-constructor in sw
Change-Id: I942279bdf2774d6c30deae2b2f35cd9edca07efd
Reviewed-on: https://gerrit.libreoffice.org/55614
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc/convert.hxx')
-rw-r--r-- | sw/source/uibase/inc/convert.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/convert.hxx b/sw/source/uibase/inc/convert.hxx index 90d1cfebf715..e62b7cbccad3 100644 --- a/sw/source/uibase/inc/convert.hxx +++ b/sw/source/uibase/inc/convert.hxx @@ -47,7 +47,6 @@ class SwConvertTableDlg : public weld::GenericDialogController std::unique_ptr<weld::CheckButton> m_xDontSplitCB; std::unique_ptr<weld::Button> m_xAutoFormatBtn; - OUString sConvertTextTable; std::unique_ptr<SwTableAutoFormat> mxTAutoFormat; SwWrtShell* pShell; |