summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-20 12:09:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-21 08:42:41 +0200
commit742c0838f29bd09505e2cb9ca35debf401c18c23 (patch)
treea224af9ead35435e613ac03c03ee0f74173c01e5 /cui
parentconvert ErrCode to strong typedef (diff)
downloadcore-742c0838f29bd09505e2cb9ca35debf401c18c23.tar.gz
core-742c0838f29bd09505e2cb9ca35debf401c18c23.zip
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.cxx1
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();