summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/xsecctl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/inc/xsecctl.hxx')
-rw-r--r--xmlsecurity/inc/xsecctl.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/xmlsecurity/inc/xsecctl.hxx b/xmlsecurity/inc/xsecctl.hxx
index 0cab6691bb63..ec2762665eda 100644
--- a/xmlsecurity/inc/xsecctl.hxx
+++ b/xmlsecurity/inc/xsecctl.hxx
@@ -303,16 +303,16 @@ private:
sal_Int32 nDigestID );
void setReferenceCount() const;
- void setX509IssuerName( OUString& ouX509IssuerName );
- void setX509SerialNumber( OUString& ouX509SerialNumber );
- void setX509Certificate( OUString& ouX509Certificate );
- void setSignatureValue( OUString& ouSignatureValue );
- void setDigestValue( sal_Int32 nDigestID, OUString& ouDigestValue );
- void setGpgKeyID( OUString& ouKeyID );
- void setGpgCertificate( OUString& ouGpgCert );
- void setGpgOwner( OUString& ouGpgOwner );
-
- void setDate( OUString& ouDate );
+ void setX509IssuerName( OUString const & ouX509IssuerName );
+ void setX509SerialNumber( OUString const & ouX509SerialNumber );
+ void setX509Certificate( OUString const & ouX509Certificate );
+ void setSignatureValue( OUString const & ouSignatureValue );
+ void setDigestValue( sal_Int32 nDigestID, OUString const & ouDigestValue );
+ void setGpgKeyID( OUString const & ouKeyID );
+ void setGpgCertificate( OUString const & ouGpgCert );
+ void setGpgOwner( OUString const & ouGpgOwner );
+
+ void setDate( OUString const & ouDate );
void setDescription(const OUString& rDescription);
void setCertDigest(const OUString& rCertDigest);
@@ -320,8 +320,8 @@ public:
void setSignatureBytes(const css::uno::Sequence<sal_Int8>& rBytes);
private:
- void setId( OUString& ouId );
- void setPropertyId( OUString& ouPropertyId );
+ void setId( OUString const & ouId );
+ void setPropertyId( OUString const & ouPropertyId );
css::uno::Reference< css::xml::crypto::sax::XReferenceResolvedListener > prepareSignatureToRead(
sal_Int32 nSecurityId );