From 00a9f80948d27bcc031969902aedd5fbfa08eaca Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 7 Jul 2016 23:20:44 +0200 Subject: loplugin:passstuffbyref also for {css::uno,rtl}::Reference Change-Id: Icd5cc30d88f514a724dfe4858d0077650584820d --- vcl/osx/clipboard.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/osx/clipboard.cxx') diff --git a/vcl/osx/clipboard.cxx b/vcl/osx/clipboard.cxx index be86d28b23ab..6095a0123a70 100644 --- a/vcl/osx/clipboard.cxx +++ b/vcl/osx/clipboard.cxx @@ -275,7 +275,7 @@ void AquaClipboard::fireClipboardChangedEvent() } } -void AquaClipboard::fireLostClipboardOwnershipEvent(Reference oldOwner, Reference oldContent) +void AquaClipboard::fireLostClipboardOwnershipEvent(Reference const & oldOwner, Reference const & oldContent) { assert(oldOwner.is()); -- cgit