[Libreoffice] .: sw/source

Michael Stahl mstahl at redhat.com
Mon Jan 23 03:29:25 PST 2012


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 at 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...



More information about the LibreOffice mailing list