RtfAttributeOutput::SectionType: don't try to dump break code as char
Change-Id: I35e66abd5595a0a23db79aef4a84c25b4f45c725
This commit is contained in:
parent
3f135598fd
commit
32f7d2d6cc
@ -1270,7 +1270,7 @@ void RtfAttributeOutput::SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 n
|
||||
|
||||
void RtfAttributeOutput::SectionType( sal_uInt8 nBreakCode )
|
||||
{
|
||||
SAL_INFO("sw.rtf", OSL_THIS_FUNC << ", nBreakCode = " << nBreakCode);
|
||||
SAL_INFO("sw.rtf", OSL_THIS_FUNC << ", nBreakCode = " << int(nBreakCode));
|
||||
|
||||
/*
|
||||
* break code: 0 No break, 1 New column
|
||||
|
Loading…
x
Reference in New Issue
Block a user