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
commitcf514ff2ecfc067baaec443df7124a046b9f5769 (patch)
tree7de6f9731d6dade085588ea131644179cecda845
parentd8a0716f91d80e9d388df2542c94cfcbdad938f7 (diff)
parent32d363c0b9d24dc72626357b77e7561b3dbe79de (diff)
CWS-TOOLING: integrate CWS mingwport29ooo/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 bc628e2b8..d4c0689e5 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);