diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-17 09:18:44 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-17 13:30:53 +0200 |
commit | 4386863e1a5b3aebaded5ff66e4bd29ca7ce67d0 (patch) | |
tree | 994eba6f93140a48fa6ff6d822b9db53b77eb8b9 /xmlsecurity/source/helper/xmlsignaturehelper.cxx | |
parent | 676558732b8f77460fd91955f739e4ccc5eb8111 (diff) |
xmlsecurity: prefer passing OUString by reference
Change-Id: I44b96a8adc2f6309088d99ff3bce438f660d302d
Diffstat (limited to 'xmlsecurity/source/helper/xmlsignaturehelper.cxx')
-rw-r--r-- | xmlsecurity/source/helper/xmlsignaturehelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper.cxx b/xmlsecurity/source/helper/xmlsignaturehelper.cxx index b5e2869b4031..e32721046306 100644 --- a/xmlsecurity/source/helper/xmlsignaturehelper.cxx +++ b/xmlsecurity/source/helper/xmlsignaturehelper.cxx @@ -75,7 +75,7 @@ bool XMLSignatureHelper::Init() void XMLSignatureHelper::SetStorage( const Reference < css::embed::XStorage >& rxStorage, - OUString sODFVersion) + const OUString& sODFVersion) { DBG_ASSERT( !mxUriBinding.is(), "SetStorage - UriBinding already set!" ); mxUriBinding = new UriBindingHelper( rxStorage ); |