[Libreoffice-commits] .: cui/source
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Jun 20 03:44:42 PDT 2011
cui/source/dialogs/srchxtra.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 13e247576fed353f99ad8380f844ae6476e11400
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Jun 20 11:44:37 2011 +0100
fix ambiguity
diff --git a/cui/source/dialogs/srchxtra.cxx b/cui/source/dialogs/srchxtra.cxx
index 780233c..b67fdad 100644
--- a/cui/source/dialogs/srchxtra.cxx
+++ b/cui/source/dialogs/srchxtra.cxx
@@ -189,7 +189,7 @@ SvxSearchAttributeDialog::SvxSearchAttributeDialog( Window* pParent,
{
rtl::OStringBuffer sError(
RTL_CONSTASCII_STRINGPARAM("no resource for slot id\nslot = "));
- sError.append(nSlot);
+ sError.append(static_cast<sal_Int32>(nSlot));
DBG_ERRORFILE(sError.getStr());
}
More information about the Libreoffice-commits
mailing list