diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-07 16:29:38 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-08 07:12:37 +0100 |
commit | b2d742faa062d3656f751b32acfe089ffa2dca3f (patch) | |
tree | c5d5a9c67f2af78fcf4c24f861dddbd7629962c7 /svx/inc | |
parent | 151c56ed547490a99d912524c0e56b5d6d4a1939 (diff) |
reduce cost of Sdr properties for text-derived objects
when they have no text in them
Change-Id: I70c18898abf21141f3b30b7dee9c931c9b27cffb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128124
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc')
-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; |