summaryrefslogtreecommitdiff
path: root/include/toolkit/awt
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-12-01 15:41:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-12-01 21:28:53 +0100
commit224fc966096e9fc52d8e41fbae211e3999edd945 (patch)
tree6ce0a574a0fc53ad7c647690505495026c64f035 /include/toolkit/awt
parent8e33793d72a0561ebcf19ca22df814bb347813b7 (diff)
loplugin:unusedfields make some fields private
Change-Id: Ia30e3b7f10ae11c7a74e6860ac0a6115caaa439f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143529 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/toolkit/awt')
-rw-r--r--include/toolkit/awt/vclxwindows.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/toolkit/awt/vclxwindows.hxx b/include/toolkit/awt/vclxwindows.hxx
index 677186367a87..bffddf6fd63e 100644
--- a/include/toolkit/awt/vclxwindows.hxx
+++ b/include/toolkit/awt/vclxwindows.hxx
@@ -437,11 +437,9 @@ public:
class SVTXFormattedField : public VCLXSpinField
{
-protected:
rtl::Reference<SvNumberFormatsSupplierObj> m_xCurrentSupplier;
bool bIsStandardSupplier;
-
- sal_Int32 nKeyToSetDelayed;
+ sal_Int32 nKeyToSetDelayed;
public:
SVTXFormattedField();