summaryrefslogtreecommitdiff
path: root/connectivity/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-07 15:56:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-07 18:59:55 +0200
commite0341d9be8817650482a4ff70006977fb00ef4cc (patch)
tree3fd58c9d4cce9f4e44e244f0df0eea2763365ca6 /connectivity/source
parenta465a96a0ae90e115dec26c4e51f1114feb936ac (diff)
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: I9a647ba5c867e2152c204e1da98b5139091e51bd
Diffstat (limited to 'connectivity/source')
-rw-r--r--connectivity/source/commontools/RowFunctionParser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/RowFunctionParser.cxx b/connectivity/source/commontools/RowFunctionParser.cxx
index b12ba73ffb07..b44713f4c961 100644
--- a/connectivity/source/commontools/RowFunctionParser.cxx
+++ b/connectivity/source/commontools/RowFunctionParser.cxx
@@ -57,7 +57,7 @@ class ConstantValueExpression : public ExpressionNode
public:
- explicit ConstantValueExpression( ORowSetValueDecoratorRef rValue ) :
+ explicit ConstantValueExpression( ORowSetValueDecoratorRef const & rValue ) :
maValue( rValue )
{
}