summaryrefslogtreecommitdiff
path: root/include/xmloff/attrlist.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-11 16:05:03 +0200
committerNoel Grandin <noel@peralex.com>2016-04-12 08:33:32 +0200
commitdc0d98590f07c7dae4504b7ed0c0127794f032d8 (patch)
treeb3b926f947185f89f59788f8fc48e6305eac67ff /include/xmloff/attrlist.hxx
parent03fd8d24c2e4603731e796b24e51289736c65621 (diff)
clang-tidy performance-unnecessary-value-param in xmloff
Change-Id: I8e6d8e66cdab2e50ee10882e139be29c14ce50f6
Diffstat (limited to 'include/xmloff/attrlist.hxx')
-rw-r--r--include/xmloff/attrlist.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/attrlist.hxx b/include/xmloff/attrlist.hxx
index 55e3e4eb46ba..34567c2cd766 100644
--- a/include/xmloff/attrlist.hxx
+++ b/include/xmloff/attrlist.hxx
@@ -51,7 +51,7 @@ public:
virtual ~SvXMLAttributeList();
static const css::uno::Sequence< sal_Int8 > & getUnoTunnelId() throw();
- static SvXMLAttributeList* getImplementation( css::uno::Reference< css::uno::XInterface > ) throw();
+ static SvXMLAttributeList* getImplementation( const css::uno::Reference< css::uno::XInterface >& ) throw();
// XUnoTunnel
virtual sal_Int64 SAL_CALL getSomething( const css::uno::Sequence< sal_Int8 >& aIdentifier ) throw(css::uno::RuntimeException, std::exception) override;