summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@openoffice.org>2010-08-17 11:58:52 +0200
committerMiklos Vajna <vmiklos@openoffice.org>2010-08-17 11:58:52 +0200
commit661d7b756c2fc702a0d3750fc1d399681555ab0d (patch)
treed424e72ef397b602f132a8bd6f8311fcdbfe77ad /writerfilter
parent5f72d608eef2c8155440438d7a627fbca080b1b9 (diff)
vmiklos01: #i113532# Use OSL_THIS_FUNC instead of the non-portable __PRETTY_FUNCTION__
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/filter/RtfFilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/filter/RtfFilter.cxx b/writerfilter/source/filter/RtfFilter.cxx
index da02bfa98eb9..040843afd7ce 100644
--- a/writerfilter/source/filter/RtfFilter.cxx
+++ b/writerfilter/source/filter/RtfFilter.cxx
@@ -49,7 +49,7 @@ RtfFilter::~RtfFilter()
sal_Bool RtfFilter::filter( const uno::Sequence< beans::PropertyValue >& aDescriptor )
throw (uno::RuntimeException)
{
- OSL_TRACE("%s", __PRETTY_FUNCTION__);
+ OSL_TRACE("%s", OSL_THIS_FUNC);
if( m_xSrcDoc.is() )
{
uno::Reference< lang::XMultiServiceFactory > xMSF(m_xContext->getServiceManager(), uno::UNO_QUERY_THROW);