diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-21 16:47:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-22 07:40:33 +0100 |
commit | c50357ff625972464d1a591afe4198d3f6f42a39 (patch) | |
tree | 6d10334c4af64b7c138f7c780e690659e66fd3f8 /sw/source/ui/frmdlg/wrap.cxx | |
parent | 131cc96a890b8988703532d09773bb0bde20ee8a (diff) |
loplugin:unusedfields in sw
Change-Id: Id68a01042f8398d7d4803a9ce7eb03620732f1ce
Reviewed-on: https://gerrit.libreoffice.org/68163
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/ui/frmdlg/wrap.cxx')
-rw-r--r-- | sw/source/ui/frmdlg/wrap.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/frmdlg/wrap.cxx b/sw/source/ui/frmdlg/wrap.cxx index 41eade66087f..32c16bdac9ab 100644 --- a/sw/source/ui/frmdlg/wrap.cxx +++ b/sw/source/ui/frmdlg/wrap.cxx @@ -396,7 +396,6 @@ void SwWrapTabPage::ActivatePage(const SfxItemSet& rSet) aVal.nWidth = aSize.Width(); aVal.nHeight = aSize.Height(); - m_aFrameSize = aSize; aMgr.ValidateMetrics(aVal, nullptr); |