diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-23 16:10:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-23 19:35:04 +0200 |
commit | b23b1295af584162f95c1559a3d8f8bbe4824413 (patch) | |
tree | 8421b5260395a0590207766f01ada865552267c6 /include/svx/unoshape.hxx | |
parent | 09cd0e363d6c5b0e7b9cebc598030a7e3d397922 (diff) |
loplugin:returnconstval in svx
Change-Id: I501c341962e1d7e31f1466527b6e80f2294d79ed
Reviewed-on: https://gerrit.libreoffice.org/78017
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/unoshape.hxx')
-rw-r--r-- | include/svx/unoshape.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx index 8d522b3bcab7..062fd5eb6b1b 100644 --- a/include/svx/unoshape.hxx +++ b/include/svx/unoshape.hxx @@ -588,7 +588,7 @@ protected: void resetModifiedState(); - const SvGlobalName GetClassName_Impl(OUString& rHexCLSID); + SvGlobalName GetClassName_Impl(OUString& rHexCLSID); public: SvxOle2Shape(SdrObject* pObj); SvxOle2Shape(SdrObject* pObject, const SfxItemPropertyMapEntry* pPropertyMap, const SvxItemPropertySet* pPropertySet); |