diff options
author | Noel Grandin <noel@peralex.com> | 2014-05-14 14:34:42 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-05-14 16:54:27 +0200 |
commit | b2096deaff52f462e2df4e7bdc9816bb3604fb08 (patch) | |
tree | 3df2f9284132042730e12c3f11b6b7a5f13d35cf /uui/source/iahndl.hxx | |
parent | 83d77931e03908c1718d9dc48f29c1db984fba85 (diff) |
various loplugin:passsequencebyref
Change-Id: Id1045a7f66b4fa10b6491587ba07246a31ceba72
Diffstat (limited to 'uui/source/iahndl.hxx')
-rw-r--r-- | uui/source/iahndl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx index 03c61230c80e..1325e7acf9c3 100644 --- a/uui/source/iahndl.hxx +++ b/uui/source/iahndl.hxx @@ -280,7 +280,7 @@ private: ::com::sun::star::embed::XStorage >& xZipStorage, const OUString& aDocumentVersion, const ::com::sun::star::uno::Sequence< - ::com::sun::star::security::DocumentSignatureInformation > + ::com::sun::star::security::DocumentSignatureInformation >& aSignInfo, com::sun::star::uno::Sequence< com::sun::star::uno::Reference< |