diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-24 14:29:48 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-25 08:12:17 +0200 |
commit | 4a340e36e8d3713806719351f455711c1254a178 (patch) | |
tree | 4be5ffdd176b2f45e4f549f7eb4d88da9225c18e /include/oox/vml | |
parent | 50fc62ce76bc51f18b16eae937761d0a8872df3e (diff) |
loplugin:constantparam
add the results files so I can just see the diff in future
Change-Id: Ia20a1aa6418be95ed620719cde340c00b7b053e1
Reviewed-on: https://gerrit.libreoffice.org/37988
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/oox/vml')
-rw-r--r-- | include/oox/vml/vmlshapecontainer.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/oox/vml/vmlshapecontainer.hxx b/include/oox/vml/vmlshapecontainer.hxx index 76e294fc279d..10c8e74094e0 100644 --- a/include/oox/vml/vmlshapecontainer.hxx +++ b/include/oox/vml/vmlshapecontainer.hxx @@ -73,11 +73,11 @@ public: bool empty() const { return maShapes.empty(); } /** Returns the shape template with the passed identifier. - @param bDeep True = searches in all group shapes too. */ - const ShapeType* getShapeTypeById( const OUString& rShapeId, bool bDeep ) const; + Searches in all group shapes too. */ + const ShapeType* getShapeTypeById( const OUString& rShapeId ) const; /** Returns the shape with the passed identifier. - @param bDeep True = searches in all group shapes too. */ - const ShapeBase* getShapeById( const OUString& rShapeId, bool bDeep ) const; + Searches in all group shapes too. */ + const ShapeBase* getShapeById( const OUString& rShapeId ) const; /** Searches for a shape by using the passed functor that takes a constant reference of a ShapeBase object. */ |