summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/circleproperties.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-07-29 15:43:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-07-30 21:07:08 +0200
commit9bf97034601af0fd679a2d4349b6ac31be5e315d (patch)
treea0d486c0ea8014b0c7de7d83da52acb170ea8397 /svx/source/sdr/properties/circleproperties.cxx
parentbc0d05bdc0dbd45c9d1605d689e5d02867ebfb74 (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/circleproperties.cxx')
-rw-r--r--svx/source/sdr/properties/circleproperties.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sdr/properties/circleproperties.cxx b/svx/source/sdr/properties/circleproperties.cxx
index 48b38620d29e..217b9e7b257e 100644
--- a/svx/source/sdr/properties/circleproperties.cxx
+++ b/svx/source/sdr/properties/circleproperties.cxx
@@ -66,12 +66,12 @@ namespace sdr::properties
return std::unique_ptr<BaseProperties>(new CircleProperties(*this, rObj));
}
- void CircleProperties::ItemSetChanged(std::span< const SfxPoolItem* const > aChangedItems, sal_uInt16 nDeletedWhich)
+ void CircleProperties::ItemSetChanged(std::span< const SfxPoolItem* const > aChangedItems, sal_uInt16 nDeletedWhich, bool bAdjustTextFrameWidthAndHeight)
{
SdrCircObj& rObj = static_cast<SdrCircObj&>(GetSdrObject());
// call parent
- RectangleProperties::ItemSetChanged(aChangedItems, nDeletedWhich);
+ RectangleProperties::ItemSetChanged(aChangedItems, nDeletedWhich, bAdjustTextFrameWidthAndHeight);
// local changes
rObj.ImpSetAttrToCircInfo();