summaryrefslogtreecommitdiff
path: root/vcl/osx/a11ywrapper.mm
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-07 23:20:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-07 23:20:44 +0200
commit00a9f80948d27bcc031969902aedd5fbfa08eaca (patch)
tree9428ba6594203122542e4efa56e476043492bbe9 /vcl/osx/a11ywrapper.mm
parenta9d87f33d229babcd898f9b5af575eb94b382a28 (diff)
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: Icd5cc30d88f514a724dfe4858d0077650584820d
Diffstat (limited to 'vcl/osx/a11ywrapper.mm')
-rw-r--r--vcl/osx/a11ywrapper.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/a11ywrapper.mm b/vcl/osx/a11ywrapper.mm
index bab388681f51..15123c826854 100644
--- a/vcl/osx/a11ywrapper.mm
+++ b/vcl/osx/a11ywrapper.mm
@@ -973,7 +973,7 @@ static std::ostream &operator<<(std::ostream &s, NSObject *obj) {
}
Reference < XAccessibleContext > hitTestRunner ( css::awt::Point point,
- Reference < XAccessibleContext > rxAccessibleContext ) {
+ Reference < XAccessibleContext > const & rxAccessibleContext ) {
Reference < XAccessibleContext > hitChild;
Reference < XAccessibleContext > emptyReference;
try {