summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-01-16 21:13:13 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-01-16 21:13:34 +0100
commit92376b09e9c55b140dcd3241c9c881b8f1302527 (patch)
tree0bae3ee27491304cdfaa52f254c3d035f7e1898b /dbaccess
parent63de2b8f1493f24669c78df3bc2d48d13528bd9f (diff)
fix build
Change-Id: I1697e761061c21826f57d4b2f4694ee03cdfb05d
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/filter/xml/xmlDataSourceSetting.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/filter/xml/xmlDataSourceSetting.cxx b/dbaccess/source/filter/xml/xmlDataSourceSetting.cxx
index 02ea80bcad40..883810492f12 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;