[Libreoffice-commits] .: connectivity/source
Lionel Elie Mamane
lmamane at kemper.freedesktop.org
Sun Nov 20 08:45:40 PST 2011
connectivity/source/drivers/ado/Aservices.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0e9473eca6f559bc83eb061384b0db936e4ed8e1
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Sun Nov 20 17:38:23 2011 +0100
fdo#36555: pImplementationName is not a compile-time constant
diff --git a/connectivity/source/drivers/ado/Aservices.cxx b/connectivity/source/drivers/ado/Aservices.cxx
index 5fd7231..38876d8 100644
--- a/connectivity/source/drivers/ado/Aservices.cxx
+++ b/connectivity/source/drivers/ado/Aservices.cxx
@@ -59,7 +59,7 @@ struct ProviderRequest
sal_Char const* pImplementationName
)
: xServiceManager(reinterpret_cast<XMultiServiceFactory*>(pServiceManager))
- , sImplementationName(OUString(RTL_CONSTASCII_USTRINGPARAM(pImplementationName)))
+ , sImplementationName(OUString::createFromAscii(pImplementationName))
{
}
More information about the Libreoffice-commits
mailing list