diff options
Diffstat (limited to 'svx/inc/sdr/properties/attributeproperties.hxx')
-rw-r--r-- | svx/inc/sdr/properties/attributeproperties.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/sdr/properties/attributeproperties.hxx b/svx/inc/sdr/properties/attributeproperties.hxx index 9633257c5a63..1aa45721436c 100644 --- a/svx/inc/sdr/properties/attributeproperties.hxx +++ b/svx/inc/sdr/properties/attributeproperties.hxx @@ -49,7 +49,7 @@ namespace sdr::properties virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = nullptr) override; // react on ItemSet changes - virtual void ItemSetChanged(const SfxItemSet& rSet) override; + virtual void ItemSetChanged(const SfxItemSet*) override; public: // basic constructor |