diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-06-27 09:35:29 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-06-27 09:38:25 +0200 |
commit | 32f7d2d6cce1785607816b57744b938f887f81c0 (patch) | |
tree | 9ab59907926ca22a92ce41b5de072cd664f539ca | |
parent | 3f135598fd508e70f31f36cd8a8d7a61ccf4ff79 (diff) |
RtfAttributeOutput::SectionType: don't try to dump break code as char
Change-Id: I35e66abd5595a0a23db79aef4a84c25b4f45c725
-rw-r--r-- | sw/source/filter/ww8/rtfattributeoutput.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx index 681095025470..c390ef706d20 100644 --- a/sw/source/filter/ww8/rtfattributeoutput.cxx +++ b/sw/source/filter/ww8/rtfattributeoutput.cxx @@ -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 |