diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-20 16:24:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-20 18:31:05 +0100 |
commit | e6da8c07dd5584b2d385cbd50f065fecb9b76038 (patch) | |
tree | 4f61b3ae828b1339a20ef8340c2d175f3169837d /include/svtools | |
parent | aad94d48b19135a2e46ac7b2c0f41f3bb29bb5a7 (diff) |
loplugin:singlevalfields
Change-Id: I9ff752b06facfbb04c10c8f9b46b650143b02ca4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89117
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/valueset.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx index 7d31ab07e83d..a280b274e967 100644 --- a/include/svtools/valueset.hxx +++ b/include/svtools/valueset.hxx @@ -216,7 +216,6 @@ private: sal_uInt16 mnUserCols; sal_uInt16 mnUserVisLines; sal_uInt16 mnFirstLine; - sal_uInt16 mnSpacing; DrawFrameStyle mnFrameStyle; Color maColor; Link<ValueSet*,void> maSelectHdl; |