diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-26 12:24:25 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-06-27 05:23:08 +0000 |
commit | f384ae4c81c2459f9955697ecc36412f7409b936 (patch) | |
tree | 4d11e57f82569e7970136a89b9c8bce6a47f8b5a /sw/source/core/text/pordrop.hxx | |
parent | 19c3aac98f756f6a9cda44a4cc70a2a924fa85df (diff) |
loplugin:singlevalfields in sw(part3)
Change-Id: Ie971a1483f4fedda61c81a097399d3d562862891
Reviewed-on: https://gerrit.libreoffice.org/26677
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/core/text/pordrop.hxx')
-rw-r--r-- | sw/source/core/text/pordrop.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/text/pordrop.hxx b/sw/source/core/text/pordrop.hxx index 1c747d113102..9ca201273b64 100644 --- a/sw/source/core/text/pordrop.hxx +++ b/sw/source/core/text/pordrop.hxx @@ -67,7 +67,6 @@ class SwDropPortion : public SwTextPortion sal_uInt16 nDropDescent; // Distance to the next line sal_uInt16 nDistance; // Distance to the text sal_uInt16 nFix; // Fixed position - short nX; // X PaintOffset short nY; // Y Offset bool FormatText( SwTextFormatInfo &rInf ); |