[Libreoffice-commits] .: Branch 'libreoffice-3-4' - connectivity/source
Caolán McNamara
caolan at kemper.freedesktop.org
Wed Nov 23 02:38:35 PST 2011
connectivity/source/drivers/ado/Aservices.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit da6cd222d3c72b102cead739686fd5ca71a84861
Author: Lionel Elie Mamane <lionel.mamane at gestman.lu>
Date: Tue Nov 22 14:25:10 2011 +0100
fdo#36555: pImplementationName is not a compile-time constant
Signed-off-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/connectivity/source/drivers/ado/Aservices.cxx b/connectivity/source/drivers/ado/Aservices.cxx
index 68600ba..69bd7c6 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