diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-07-06 08:59:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-07-06 12:59:26 +0200 |
commit | 58d155b8be249a2814fa48df802b42a85b810eca (patch) | |
tree | c478a14480023f69a3d5cb652f0faf1dba694d7f /svx/inc/sdr | |
parent | a62af0444515ab28bc0ffdc8ff7f320ca962bbc0 (diff) |
loplugin:unusedfields all-can-be-private
these fields can be private
Change-Id: I74423a9ae2ef0263a28c8a716ab1c55861e453d9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154092
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc/sdr')
-rw-r--r-- | svx/inc/sdr/properties/cellproperties.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/inc/sdr/properties/cellproperties.hxx b/svx/inc/sdr/properties/cellproperties.hxx index 46e7b280fcd0..24106080a1d2 100644 --- a/svx/inc/sdr/properties/cellproperties.hxx +++ b/svx/inc/sdr/properties/cellproperties.hxx @@ -70,9 +70,8 @@ public: void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = nullptr) override; - sdr::table::CellRef mxCell; - private: + sdr::table::CellRef mxCell; const CellTextProvider maTextProvider; }; |