diff options
Diffstat (limited to 'svx/inc/sdr')
-rw-r--r-- | svx/inc/sdr/properties/emptyproperties.hxx | 15 | ||||
-rw-r--r-- | svx/inc/sdr/properties/pageproperties.hxx | 15 |
2 files changed, 0 insertions, 30 deletions
diff --git a/svx/inc/sdr/properties/emptyproperties.hxx b/svx/inc/sdr/properties/emptyproperties.hxx index b1afcf74a1f6..89deec42f3bd 100644 --- a/svx/inc/sdr/properties/emptyproperties.hxx +++ b/svx/inc/sdr/properties/emptyproperties.hxx @@ -35,21 +35,6 @@ namespace sdr::properties // the to be used ItemSet mutable std::optional<SfxItemSet> mxEmptyItemSet; - // create a new itemset - virtual SfxItemSet CreateObjectSpecificItemSet(SfxItemPool& rPool) override; - - // test changeability for a single item - virtual bool AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = nullptr) const override; - - // Do the ItemChange, may do special handling - virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = nullptr) override; - - // Called after ItemChange() is done for all items. - virtual void PostItemChange(const sal_uInt16 nWhich) override; - - // react on ItemSet changes - virtual void ItemSetChanged(const SfxItemSet*) override; - public: // basic constructor explicit EmptyProperties(SdrObject& rObj); diff --git a/svx/inc/sdr/properties/pageproperties.hxx b/svx/inc/sdr/properties/pageproperties.hxx index 7f801d2e99b7..5473c692812d 100644 --- a/svx/inc/sdr/properties/pageproperties.hxx +++ b/svx/inc/sdr/properties/pageproperties.hxx @@ -31,21 +31,6 @@ namespace sdr::properties // the to be used ItemSet mutable std::optional<SfxItemSet> mxEmptyItemSet; - // create a new object specific itemset with object specific ranges. - virtual SfxItemSet CreateObjectSpecificItemSet(SfxItemPool& pPool) override; - - // Do the ItemChange, may do special handling - virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = nullptr) override; - - // Called after ItemChange() is done for all items. - virtual void PostItemChange(const sal_uInt16 nWhich) override; - - // test changeability for a single item - virtual bool AllowItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem = nullptr) const override; - - // react on ItemSet changes - virtual void ItemSetChanged(const SfxItemSet*) override; - public: // basic constructor explicit PageProperties(SdrObject& rObj); |