diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-07 15:59:35 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-07 18:59:55 +0200 |
commit | 9f7f7d6cfa379a25730bfe8fb2d4638c08e59b90 (patch) | |
tree | 63a9c9364b850e8f011ffbed9e51221921fd74cf /sw/source/ui/inc | |
parent | eb96c8634a890071c72592a51afdacc2120a08b9 (diff) |
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: I7e7cdfa5efaf18bb47d40947d4e1d91a2c9b5a57
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r-- | sw/source/ui/inc/mmresultdialogs.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/mmresultdialogs.hxx b/sw/source/ui/inc/mmresultdialogs.hxx index 521bc4d66da1..17c0d1fc056d 100644 --- a/sw/source/ui/inc/mmresultdialogs.hxx +++ b/sw/source/ui/inc/mmresultdialogs.hxx @@ -220,7 +220,7 @@ public: void EnableDesctruction() {m_bDesctructionEnabled = true;} void ShowDialog(); - void DocumentSent( css::uno::Reference< css::mail::XMailMessage>, + void DocumentSent( css::uno::Reference< css::mail::XMailMessage> const & xMessage, bool bResult, const OUString* pError ); void AllMailsSent(); |