diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-27 10:22:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-28 10:00:01 +0100 |
commit | ae25d5d3a333f58723eb9449cd3694cc0b80b3a6 (patch) | |
tree | ea2e7aa8375bb5142c7a67bbf4def4cc06269037 /include/editeng | |
parent | 6db4b97ee12805ce993bd7663a0613b4b4f25587 (diff) |
loplugin:unusedfields
Change-Id: Iffbb4e7107a0b1ae35c879c193a9ec209addf453
Reviewed-on: https://gerrit.libreoffice.org/64144
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/svxrtf.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx index 73634f515e97..c9dd555d6ebe 100644 --- a/include/editeng/svxrtf.hxx +++ b/include/editeng/svxrtf.hxx @@ -95,7 +95,7 @@ struct SvxRTFStyleType { SfxItemSet aAttrSet; // the attributes of Style (+ derivate!) OUString sName; - sal_uInt16 nBasedOn, nNext; + sal_uInt16 nBasedOn; sal_uInt8 nOutlineNo; SvxRTFStyleType( SfxItemPool& rPool, const sal_uInt16* pWhichRange ); |