diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2025-03-20 08:14:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2025-03-20 16:43:56 +0100 |
commit | dfe21d378722e90218f2b97cea5c7a449d00b48c (patch) | |
tree | 65cd6e8ce78ef12b48d84926c0d20239599f6c03 /oox/inc/drawingml/fontworkhelpers.hxx | |
parent | 76c2a523c6ab19bdaed2b4ad068348b9376d9c59 (diff) |
loplugin:constparam in oox
Change-Id: Iadec18cc82fd3fa8fb129698be92fed4ec2fbb1f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183144
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'oox/inc/drawingml/fontworkhelpers.hxx')
-rw-r--r-- | oox/inc/drawingml/fontworkhelpers.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/inc/drawingml/fontworkhelpers.hxx b/oox/inc/drawingml/fontworkhelpers.hxx index 9a550b00904cf..6dcea821717a0 100644 --- a/oox/inc/drawingml/fontworkhelpers.hxx +++ b/oox/inc/drawingml/fontworkhelpers.hxx @@ -61,7 +61,7 @@ void collectCharColorProps(const css::uno::Reference<css::text::XText>& rXText, /** Applies all properties in rTextPropVec excluding "CharInteropGrabBag" to all non-empty runs in rXText.*/ void applyPropsToRuns(const std::vector<css::beans::PropertyValue>& rTextPropVec, - css::uno::Reference<css::text::XText>& rXText); + const css::uno::Reference<css::text::XText>& rXText); /** Generates the properties "CharColor", "CharLumMod", "CharLumOff", "CharColorTheme", "CharComplexColor" and "CharTransparence" from the shape properties "FillColor", @@ -80,7 +80,7 @@ void createCharInteropGrabBagUpdatesFromShapeProps( /** Puts all properties in rUpdatePropVec into the "CharInteropGrabBag" of all non-empty runs in rXText. Existing properties are overwritten.*/ void applyUpdatesToCharInteropGrabBag(const std::vector<css::beans::PropertyValue>& rUpdatePropVec, - css::uno::Reference<css::text::XText>& rXText); + const css::uno::Reference<css::text::XText>& rXText); // ToDo: This is essentially the same as contained in method DrawingML::WriteOutline. Change it // there to use this method too, perhaps move this method to a common location. |