summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-03-31 13:21:38 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-03-31 13:21:38 +0200
commit1b192bd38a3695cc2965ece438d47d6f74958289 (patch)
tree83e816a795462a7782412cb8e8c82f68a3446856
parent48ae191f5ddf807d56415ef3a505a59741f6ea2e (diff)
parenta60cb23d130c38026eac724e04bff87f9fe09149 (diff)
CWS-TOOLING: integrate CWS mingwport29
Notes
split repo tag: components_ooo/DEV300_m76
-rw-r--r--xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx
index 9c505800388f..8f983dae05de 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx
@@ -292,7 +292,7 @@ sal_Int16 SAL_CALL X509Certificate_MSCryptImpl :: getVersion() throw ( ::com::su
throw RuntimeException() ;
}
- OUString xSubject(subject);
+ OUString xSubject(reinterpret_cast<const sal_Unicode*>(subject));
delete [] subject ;
return replaceTagSWithTagST(xSubject);