summaryrefslogtreecommitdiff
path: root/include/oox/ole
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-07 15:57:42 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-07 18:59:55 +0200
commit607ef95608592f2db88a8b4cf65dfc2e488b07a9 (patch)
treef5466dfe4d01cd84e2a40ac221283c367f402bcb /include/oox/ole
parenta2b2b7b07e0ddffdd836bd1b6009c0c8523fa1ae (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.hxx2
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);