diff options
Diffstat (limited to 'svx/inc/sdr/properties/textproperties.hxx')
-rw-r--r-- | svx/inc/sdr/properties/textproperties.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/sdr/properties/textproperties.hxx b/svx/inc/sdr/properties/textproperties.hxx index 4a6d59f61972..719cf838ed89 100644 --- a/svx/inc/sdr/properties/textproperties.hxx +++ b/svx/inc/sdr/properties/textproperties.hxx @@ -41,7 +41,7 @@ namespace sdr::properties // react on ItemSet changes virtual void ItemSetChanged(const SfxItemSet*) override; - virtual bool WantItemSetInItemSetChanged() const override final { return true; } + virtual bool WantItemSetInItemSetChanged() const override final; /// Get the TextProvider related to our SdrObject virtual const svx::ITextProvider& getTextProvider() const; |