RtfAttributeOutput::SectionType: don't try to dump break code as char
Change-Id: I35e66abd5595a0a23db79aef4a84c25b4f45c725
This commit is contained in:
@@ -1270,7 +1270,7 @@ void RtfAttributeOutput::SectionPageNumbering( sal_uInt16 nNumType, sal_uInt16 n
|
|||||||
|
|
||||||
void RtfAttributeOutput::SectionType( sal_uInt8 nBreakCode )
|
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
|
* break code: 0 No break, 1 New column
|
||||||
|
Reference in New Issue
Block a user