diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-24 14:54:19 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-25 09:51:45 +0100 |
commit | 97b7ada0388d0b0da4303cf95443339ab0f3523b (patch) | |
tree | eeda4f97e054275b7a91db7630a82527ecb00508 /xmloff | |
parent | 463ca11b764dfdf48d0422b0a392a462bf6681a3 (diff) |
loplugin:datamembershadow in SdXMLShapeLinkContext
in this case, we can just drop the child member and re-use the parent
member. The parent class barely contains any logic anyway.
Change-Id: I520217c04a38b66323a76bf5fddb476bd3fc8e15
Reviewed-on: https://gerrit.libreoffice.org/48551
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/ximplink.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/draw/ximplink.hxx b/xmloff/source/draw/ximplink.hxx index c930f9b0f7e7..3a52244cb7e2 100644 --- a/xmloff/source/draw/ximplink.hxx +++ b/xmloff/source/draw/ximplink.hxx @@ -35,7 +35,6 @@ class SdXMLShapeLinkContext : public SvXMLShapeContext { // the parent shape group this link is placed in css::uno::Reference< css::drawing::XShapes > mxParent; - OUString msHyperlink; public: |