Kaydet (Commit) 003bb87f authored tarafından Ivan Timofeev's avatar Ivan Timofeev

String -> OUString

Change-Id: I4f5b9dff78913e14414eeb8f9457c2b91836edb6
üst 9642ae95
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment