diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-20 12:09:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 08:42:41 +0200 |
commit | 742c0838f29bd09505e2cb9ca35debf401c18c23 (patch) | |
tree | a224af9ead35435e613ac03c03ee0f74173c01e5 /cui | |
parent | 528632660b72b105345945c13c5b68060d94a91b (diff) |
loplugin:unusedfields in svx part1
Change-Id: I6621e0dda5a5dc3e68c7b1613975c075e2879912
Reviewed-on: https://gerrit.libreoffice.org/39006
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/swpossizetabpage.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/tabpages/swpossizetabpage.cxx b/cui/source/tabpages/swpossizetabpage.cxx index 63af938d9a91..2e2e98945ce1 100644 --- a/cui/source/tabpages/swpossizetabpage.cxx +++ b/cui/source/tabpages/swpossizetabpage.cxx @@ -1157,7 +1157,6 @@ IMPL_LINK_NOARG(SvxSwPosSizeTabPage, RangeModifyHdl, Control&, void) aVal.nAnchorType = GetAnchorType(); aVal.bAutoHeight = false; - aVal.bAutoWidth = false; aVal.bMirror = m_pHoriMirrorCB->IsChecked(); // #i18732# aVal.bFollowTextFlow = m_pFollowCB->IsChecked(); |