diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-13 11:25:07 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-04-13 13:27:52 +0200 |
commit | d60d957a680d9c98823aac05facb652bf619a750 (patch) | |
tree | ff5fc8caeee09497eb7943c0ef95337c3bb4e8de /include/oox/helper/grabbagstack.hxx | |
parent | 299d938bf05faf60b848a9d4862e58bb42db3e65 (diff) |
loplugin:passstuffbyref in oox
Change-Id: Iec989e9060c77dd5b010224b37633179cee4f7e9
Diffstat (limited to 'include/oox/helper/grabbagstack.hxx')
-rw-r--r-- | include/oox/helper/grabbagstack.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/helper/grabbagstack.hxx b/include/oox/helper/grabbagstack.hxx index aba5af28dfcc..8ad8bd462d61 100644 --- a/include/oox/helper/grabbagstack.hxx +++ b/include/oox/helper/grabbagstack.hxx @@ -38,7 +38,7 @@ public: virtual ~GrabBagStack(); - OUString getCurrentName() { return mCurrentElement.maElementName;} + const OUString& getCurrentName() { return mCurrentElement.maElementName;} css::beans::PropertyValue getRootProperty(); |