From 9bf97034601af0fd679a2d4349b6ac31be5e315d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 29 Jul 2024 15:43:03 +0200 Subject: 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 --- svx/source/sdr/properties/pageproperties.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source/sdr/properties/pageproperties.cxx') 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 } -- cgit