diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-07 15:57:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-07 18:59:55 +0200 |
commit | 607ef95608592f2db88a8b4cf65dfc2e488b07a9 (patch) | |
tree | f5466dfe4d01cd84e2a40ac221283c367f402bcb /include/oox/ole | |
parent | a2b2b7b07e0ddffdd836bd1b6009c0c8523fa1ae (diff) |
loplugin:passstuffbyref also for {css::uno,rtl}::Reference
Change-Id: I19eaebdb25db8881d84625a4b9d0df0a588aab4f
Diffstat (limited to 'include/oox/ole')
-rw-r--r-- | include/oox/ole/vbaexport.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ole/vbaexport.hxx b/include/oox/ole/vbaexport.hxx index 987bbdf0b792..071b23bccf27 100644 --- a/include/oox/ole/vbaexport.hxx +++ b/include/oox/ole/vbaexport.hxx @@ -30,7 +30,7 @@ namespace com { namespace sun { namespace star { class OOX_DLLPUBLIC VbaExport { public: - VbaExport(css::uno::Reference<css::frame::XModel> xModel); + VbaExport(css::uno::Reference<css::frame::XModel> const & xModel); void exportVBA(SotStorage* pRootStorage); |