diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-07-29 15:43:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-07-30 21:07:08 +0200 |
commit | 9bf97034601af0fd679a2d4349b6ac31be5e315d (patch) | |
tree | a0d486c0ea8014b0c7de7d83da52acb170ea8397 /svx/source/sdr/properties/pageproperties.cxx | |
parent | bc0d05bdc0dbd45c9d1605d689e5d02867ebfb74 (diff) |
tdf#161846 remove one layout operations (v)
of the 6 we perform per caption
Change-Id: I57b3f12ca73e08e18be4d22da74e688969ae35b1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171214
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/sdr/properties/pageproperties.cxx')
-rw-r--r-- | svx/source/sdr/properties/pageproperties.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/properties/pageproperties.cxx b/svx/source/sdr/properties/pageproperties.cxx index 030d0afc4768..6b532d2d487b 100644 --- a/svx/source/sdr/properties/pageproperties.cxx +++ b/svx/source/sdr/properties/pageproperties.cxx @@ -97,7 +97,7 @@ namespace sdr::properties assert(!"PageProperties::ClearObjectItemDirect() should never be called"); } - void PageProperties::SetObjectItemSet(const SfxItemSet& /*rSet*/) + void PageProperties::SetObjectItemSet(const SfxItemSet& /*rSet*/, bool /*bAdjustTextFrameWidthAndHeight*/) { // This can be called e.g. when positioning the slide using dialog in Notes view } |