summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/datman.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-07 15:57:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-07 18:59:55 +0200
commit82dafd096a193df97a035e17a49d9ac4cb6c44f6 (patch)
tree1f14c2cd706eeab723645d00df4f9a6a408c3e72 /extensions/source/bibliography/datman.hxx
parente4651e2003c0d079b915ccef335374c1bf015a5a (diff)
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: I9bc14b4df6bdda68bae44a1972e6b412fa6adccb
Diffstat (limited to 'extensions/source/bibliography/datman.hxx')
-rw-r--r--extensions/source/bibliography/datman.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/datman.hxx b/extensions/source/bibliography/datman.hxx
index 66728a735ef1..5bda57645fa2 100644
--- a/extensions/source/bibliography/datman.hxx
+++ b/extensions/source/bibliography/datman.hxx
@@ -59,7 +59,7 @@ protected:
virtual ~BibInterceptorHelper( );
public:
- BibInterceptorHelper( ::bib::BibBeamer* pBibBeamer, css::uno::Reference< css::frame::XDispatch > xDispatch);
+ BibInterceptorHelper( ::bib::BibBeamer* pBibBeamer, css::uno::Reference< css::frame::XDispatch > const & xDispatch);
void ReleaseInterceptor();