summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/diagram/diagramhelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2025-03-20 08:14:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2025-03-20 16:43:56 +0100
commitdfe21d378722e90218f2b97cea5c7a449d00b48c (patch)
tree65cd6e8ce78ef12b48d84926c0d20239599f6c03 /oox/source/drawingml/diagram/diagramhelper.hxx
parent76c2a523c6ab19bdaed2b4ad068348b9376d9c59 (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/source/drawingml/diagram/diagramhelper.hxx')
-rw-r--r--oox/source/drawingml/diagram/diagramhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/diagram/diagramhelper.hxx b/oox/source/drawingml/diagram/diagramhelper.hxx
index 86a83926ec25..09ce59845264 100644
--- a/oox/source/drawingml/diagram/diagramhelper.hxx
+++ b/oox/source/drawingml/diagram/diagramhelper.hxx
@@ -85,7 +85,7 @@ public:
void doAnchor(SdrObjGroup& rTarget, ::oox::drawingml::Shape& rRootShape);
const std::shared_ptr< ::oox::drawingml::Theme >& getOrCreateThemePtr(
- rtl::Reference< oox::shape::ShapeFilterBase>& rxFilter ) const;
+ const rtl::Reference< oox::shape::ShapeFilterBase>& rxFilter ) const;
};
}