diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-07 15:56:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-07 18:59:55 +0200 |
commit | e0341d9be8817650482a4ff70006977fb00ef4cc (patch) | |
tree | 3fd58c9d4cce9f4e44e244f0df0eea2763365ca6 /connectivity/source/commontools | |
parent | a465a96a0ae90e115dec26c4e51f1114feb936ac (diff) |
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: I9a647ba5c867e2152c204e1da98b5139091e51bd
Diffstat (limited to 'connectivity/source/commontools')
-rw-r--r-- | connectivity/source/commontools/RowFunctionParser.cxx | 2 |
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 ) { } |