-Werror,-Wformat

Change-Id: If251feecff0cef5af4cb8f28cc40f7cf65fc55ab
This commit is contained in:
Stephan Bergmann
2014-01-07 21:34:35 +01:00
parent ddf30fb628
commit 94227ec32e

View File

@@ -709,7 +709,7 @@ OUString SAL_CALL SvxShowCharSetItemAcc::getAccessibleDescription()
c_Shifted >>= 4;
}
if( c < 256 )
snprintf( buf+6, 10, " (%d)", c );
snprintf( buf+6, 10, " (%" SAL_PRIuUINT32 ")", c );
sDescription += " " + OUString(buf, strlen(buf), RTL_TEXTENCODING_ASCII_US);
return sDescription;