diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-07 16:01:09 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-07 18:59:55 +0200 |
commit | 8c81f307eef0c4eb66cf0994fa444b676650c7be (patch) | |
tree | 3f014f6685695c4dbc0191709ebf7629a9cff1f3 /xmloff/source/draw/numithdl.cxx | |
parent | da7259b584678d51a2ea10e3d387c3a34d567414 (diff) |
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: Ide1102f4dcc5f31de0f896b570fe453b8074454d
Diffstat (limited to 'xmloff/source/draw/numithdl.cxx')
-rw-r--r-- | xmloff/source/draw/numithdl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/numithdl.cxx b/xmloff/source/draw/numithdl.cxx index aac3002398bd..e8395198be46 100644 --- a/xmloff/source/draw/numithdl.cxx +++ b/xmloff/source/draw/numithdl.cxx @@ -25,7 +25,7 @@ using namespace ::com::sun::star; // class XMLNumRulePropHdl -XMLNumRulePropHdl::XMLNumRulePropHdl( css::uno::Reference< css::ucb::XAnyCompare > xNumRuleCompare ) +XMLNumRulePropHdl::XMLNumRulePropHdl( css::uno::Reference< css::ucb::XAnyCompare > const & xNumRuleCompare ) : mxNumRuleCompare( xNumRuleCompare ) { } |