diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-13 14:42:54 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-04-14 09:21:39 +0200 |
commit | 868444c803a3ba197068d487d3507089cc1e9afa (patch) | |
tree | 1510bdac1c102d152b444ea582c4870708dc2b45 /xmloff/source/transform | |
parent | f34cc90df9e6e7bc7d58a4ed4be71a63f0ec5ae4 (diff) |
loplugin:passstuffbyref in xmloff
Change-Id: I5995510c5c0686e5e69e8853d81dcba83ae96211
Diffstat (limited to 'xmloff/source/transform')
-rw-r--r-- | xmloff/source/transform/PersAttrListTContext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/PersAttrListTContext.hxx b/xmloff/source/transform/PersAttrListTContext.hxx index e47fb3377491..d93455ff0069 100644 --- a/xmloff/source/transform/PersAttrListTContext.hxx +++ b/xmloff/source/transform/PersAttrListTContext.hxx @@ -102,7 +102,7 @@ public: ::xmloff::token::XMLTokenEnum eAToken, const OUString & rValue ); - css::uno::Reference< css::xml::sax::XAttributeList > + const css::uno::Reference< css::xml::sax::XAttributeList >& GetAttrList() const { return m_xAttrList; } }; |