diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-12 09:37:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-12 12:24:13 +0200 |
commit | 3af36642f1b703b698fe2d53e8c064233dd64de8 (patch) | |
tree | e9c0c84e82aa2b60484dd020be53beacba0ed47b /sw/source/ui/chrdlg | |
parent | a170f5c4a53f6a02ce9d7bb7458e3677c0d69ad3 (diff) |
loplugin:simplifyconstruct in sw
Change-Id: I17c9009637edc04d9d06fa9a0bd19572eefd4fe8
Reviewed-on: https://gerrit.libreoffice.org/60370
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/ui/chrdlg')
-rw-r--r-- | sw/source/ui/chrdlg/chardlg.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/chrdlg/chardlg.cxx b/sw/source/ui/chrdlg/chardlg.cxx index 716d88528121..9dfa7dd920c8 100644 --- a/sw/source/ui/chrdlg/chardlg.cxx +++ b/sw/source/ui/chrdlg/chardlg.cxx @@ -133,7 +133,6 @@ void SwCharDlg::PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) SwCharURLPage::SwCharURLPage(TabPageParent pParent, const SfxItemSet& rCoreSet) : SfxTabPage(pParent, "modules/swriter/ui/charurlpage.ui", "CharURLPage", &rCoreSet) - , pINetItem(nullptr) , bModified(false) , m_xURLED(m_xBuilder->weld_entry("urled")) , m_xTextFT(m_xBuilder->weld_label("textft")) |