summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfexportfilter.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2011-12-29 00:38:01 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2011-12-29 00:39:33 +0100
commita4ab175d5a05e1172deeb9a06a852e5209a530fc (patch)
treee3e4ba8fd9f99a47151237aa5554da0ccbf61697 /sw/source/filter/ww8/rtfexportfilter.cxx
parent9a8c895bc18f3167961ab676ec17e1db41d6a378 (diff)
RTF export: replace OSL_TRACE(...) by SAL_INFO("sw",...)
Diffstat (limited to 'sw/source/filter/ww8/rtfexportfilter.cxx')
-rw-r--r--sw/source/filter/ww8/rtfexportfilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/rtfexportfilter.cxx b/sw/source/filter/ww8/rtfexportfilter.cxx
index 7c5969497865..7c974eeecfa1 100644
--- a/sw/source/filter/ww8/rtfexportfilter.cxx
+++ b/sw/source/filter/ww8/rtfexportfilter.cxx
@@ -52,7 +52,7 @@ RtfExportFilter::~RtfExportFilter()
sal_Bool RtfExportFilter::filter( const uno::Sequence< beans::PropertyValue >& aDescriptor )
throw (uno::RuntimeException)
{
- OSL_TRACE("%s", OSL_THIS_FUNC);
+ SAL_INFO("sw", OSL_THIS_FUNC);
MediaDescriptor aMediaDesc = aDescriptor;
::uno::Reference< io::XStream > xStream =