diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-09-24 15:56:40 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-09-25 20:45:18 +0400 |
commit | 003bb87fc00521ab5e5ac16623b598e53624e3bf (patch) | |
tree | ac43dd9e6ad47ce37ff02649448301b0ae2b4d2d /xmlsecurity/inc | |
parent | 9642ae95a82f3040b0e6af3ef2408a4099ac0362 (diff) |
String -> OUString
Change-Id: I4f5b9dff78913e14414eeb8f9457c2b91836edb6
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r-- | xmlsecurity/inc/xmlsecurity/certificateviewer.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx b/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx index ffc1f7324ca9..2bbbe08668f8 100644 --- a/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx +++ b/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx @@ -113,8 +113,8 @@ private: DECL_LINK( ElementSelectHdl, void* ); void Clear( void ); - void InsertElement( const String& _rField, const String& _rValue, - const String& _rDetails, bool _bFixedWidthFont = false ); + void InsertElement( const OUString& _rField, const OUString& _rValue, + const OUString& _rDetails, bool _bFixedWidthFont = false ); public: CertificateViewerDetailsTP( Window* pParent, CertificateViewer* _pDlg ); virtual ~CertificateViewerDetailsTP(); @@ -136,13 +136,13 @@ private: bool mbFirstActivateDone; Image maCertImage; Image maCertNotValidatedImage; - String msCertOK; - String msCertNotValidated; + OUString msCertOK; + OUString msCertNotValidated; DECL_LINK( ViewCertHdl, void* ); DECL_LINK( CertSelectHdl, void* ); void Clear( void ); - SvLBoxEntry* InsertCert( SvLBoxEntry* _pParent, const String& _rName, + SvLBoxEntry* InsertCert( SvLBoxEntry* _pParent, const OUString& _rName, cssu::Reference< dcss::security::XCertificate > rxCert, bool bValid); |