[Libreoffice-commits] .: dbaccess/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Jan 16 12:13:55 PST 2013
dbaccess/source/filter/xml/xmlDataSourceSetting.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 92376b09e9c55b140dcd3241c9c881b8f1302527
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Wed Jan 16 21:13:13 2013 +0100
fix build
Change-Id: I1697e761061c21826f57d4b2f4694ee03cdfb05d
diff --git a/dbaccess/source/filter/xml/xmlDataSourceSetting.cxx b/dbaccess/source/filter/xml/xmlDataSourceSetting.cxx
index 02ea80b..8838104 100644
--- a/dbaccess/source/filter/xml/xmlDataSourceSetting.cxx
+++ b/dbaccess/source/filter/xml/xmlDataSourceSetting.cxx
@@ -182,9 +182,9 @@ Any OXMLDataSourceSetting::convertString(const ::com::sun::star::uno::Type& _rEx
sal_Bool bSuccess =
#endif
::sax::Converter::convertBool(bValue, _rReadCharacters);
- OSL_ENSURE(bSuccess, OString("OXMLDataSourceSetting::convertString: could not convert \"") +
+ OSL_ENSURE(bSuccess, OString(OString("OXMLDataSourceSetting::convertString: could not convert \"") +
OUStringToOString(_rReadCharacters, RTL_TEXTENCODING_ASCII_US) +
- OString("\" into a boolean!"));
+ OString("\" into a boolean!")).getStr());
aReturn <<= bValue;
}
break;
More information about the Libreoffice-commits
mailing list