diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-07 18:47:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-08 09:30:23 +0200 |
commit | c83a8071666af2f8e96a4b1808d7650ba112f931 (patch) | |
tree | 377448701e379846d7f25d641a875eac283339a5 /include | |
parent | c2f318c6e57bf7b5d3b3c1cb19846e5261080daa (diff) |
loplugin:unusedfields
Change-Id: I9ae44279f1cce06bd6868005fbb878ba4894aed7
Reviewed-on: https://gerrit.libreoffice.org/58706
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/paraprev.hxx | 1 | ||||
-rw-r--r-- | include/svx/relfld.hxx | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/paraprev.hxx b/include/svx/paraprev.hxx index 019cee94345e..6cfb7f824d0e 100644 --- a/include/svx/paraprev.hxx +++ b/include/svx/paraprev.hxx @@ -37,7 +37,6 @@ enum class SvxPrevLineSpace class SVX_DLLPUBLIC SvxParaPrevWindow final : public vcl::Window { - Size aSize; OUString aText; tools::Rectangle Lines[9]; diff --git a/include/svx/relfld.hxx b/include/svx/relfld.hxx index 63dd9178e889..9702c2402894 100644 --- a/include/svx/relfld.hxx +++ b/include/svx/relfld.hxx @@ -27,9 +27,6 @@ class SVX_DLLPUBLIC SvxRelativeField : public MetricField { -private: - bool bRelative; - public: SvxRelativeField(vcl::Window* pParent, WinBits nBits, FieldUnit eUnit); |