Kaydet (Commit) 0e9473ec authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

fdo#36555: pImplementationName is not a compile-time constant

üst 8ec71357
...@@ -59,7 +59,7 @@ struct ProviderRequest ...@@ -59,7 +59,7 @@ struct ProviderRequest
sal_Char const* pImplementationName sal_Char const* pImplementationName
) )
: xServiceManager(reinterpret_cast<XMultiServiceFactory*>(pServiceManager)) : xServiceManager(reinterpret_cast<XMultiServiceFactory*>(pServiceManager))
, sImplementationName(OUString(RTL_CONSTASCII_USTRINGPARAM(pImplementationName))) , sImplementationName(OUString::createFromAscii(pImplementationName))
{ {
} }
......
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