summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-02-17 11:18:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-02-17 13:39:29 +0100
commit99b13eed2145bfac41a57cdc96691e5e53403538 (patch)
tree1fada9570f5a33b86b662a606cb234d8628f361b /svx
parent7e5036bb5790e1ee753d890e8b270eaceee74ce7 (diff)
loplugin:unusedfields
Change-Id: I07ec409ea3663e789b6505dbfc999666525ed97f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130062 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/sdr/properties/emptyproperties.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/inc/sdr/properties/emptyproperties.hxx b/svx/inc/sdr/properties/emptyproperties.hxx
index 5c61176d9abd..974bfd90a21d 100644
--- a/svx/inc/sdr/properties/emptyproperties.hxx
+++ b/svx/inc/sdr/properties/emptyproperties.hxx
@@ -32,9 +32,6 @@ namespace sdr::properties
{
class EmptyProperties final : public BaseProperties
{
- // the to be used ItemSet
- mutable std::optional<SfxItemSet> mxEmptyItemSet;
-
public:
// basic constructor
explicit EmptyProperties(SdrObject& rObj);