On 29/12/11 00:39, Miklos Vajna wrote:
sw/source/filter/ww8/rtfattributeoutput.cxx | 297 +++++++++++++---------------
sw/source/filter/ww8/rtfexport.cxx | 74 +++---
sw/source/filter/ww8/rtfexportfilter.cxx | 2
sw/source/filter/ww8/rtfimportfilter.cxx | 2
sw/source/filter/ww8/rtfsdrexport.cxx | 30 +-
5 files changed, 202 insertions(+), 203 deletions(-)
New commits:
commit a4ab175d5a05e1172deeb9a06a852e5209a530fc
Author: Miklos Vajna <vmiklos@frugalware.org>
Date: Thu Dec 29 00:38:01 2011 +0100
RTF export: replace OSL_TRACE(...) by SAL_INFO("sw",...)
diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx
b/sw/source/filter/ww8/rtfattributeoutput.cxx
index 9ade064..17fff9a 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.cxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.cxx
@@ -199,7 +200,7 @@ static OString OutBorderLine(RtfExport &rExport, const SvxBorderLine* pLine,
void RtfAttributeOutput::RTLAndCJKState( bool bIsRTL, sal_uInt16 nScript )
{
- OSL_TRACE("%s", OSL_THIS_FUNC);
+ SAL_INFO("sw", OSL_THIS_FUNC);
/*
You would have thought that
m_rExport.Strm() << (bIsRTL ? OOO_STRING_SVTOOLS_RTF_RTLCH :
OOO_STRING_SVTOOLS_RTF_LTRCH); would be sufficent here ,
hi Miklos,
i've replaced "sw" with "sw.rtf", because sw is big enough that
sub-categories are needed...
Context
- Re: [Libreoffice] .: sw/source · Michael Stahl
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.