Kaydet (Commit) 04ddb79f authored tarafından Luboš Luňák's avatar Luboš Luňák

fix debug message

It did not compile, and not using the deprecated macro fixes that
as a side-effect.

Change-Id: I97b8cd2ff1a650ec9d38cbf7eeb8780177a7fd7a
üst 711fcb41
......@@ -421,12 +421,7 @@ namespace svt
}
else
{
#if OSL_DEBUG_LEVEL > 0
::rtl::OStringBuffer message( "lcl_getValueNormalizer: unsupported type '" );
message.append( ::rtl::OUStringToOString( sTypeName, RTL_TEXTENCODING_ASCII_US ) );
message.append( "'!" );
OSL_ENSURE( false, message.makeStringAndClear() );
#endif
SAL_WARN( "svtools.table", "unsupported type '" << sTypeName << "'!" );
}
io_data.aNormalizers[ sTypeName ] = o_formatter;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment