diff options
Diffstat (limited to 'xmlsecurity/source/xmlsec/errorcallback.cxx')
-rw-r--r-- | xmlsecurity/source/xmlsec/errorcallback.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/errorcallback.cxx b/xmlsecurity/source/xmlsec/errorcallback.cxx index a2c429462e81..7f45413657e4 100644 --- a/xmlsecurity/source/xmlsec/errorcallback.cxx +++ b/xmlsecurity/source/xmlsec/errorcallback.cxx @@ -48,7 +48,7 @@ static void errorCallback(const char* file, OUString systemErrorString; #ifdef _WIN32 - systemErrorString = " " + WindowsErrorString(GetLastError()); + systemErrorString = " " + comphelper::WindowsErrorString(GetLastError()); #endif SAL_WARN("xmlsecurity.xmlsec", file << ":" << line << ": " << func << "() '" << pErrorObject << "' '" << pErrorSubject << "' " << reason << " '" << pMsg << "'" << systemErrorString); |