summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxexportfilter.cxx
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
commitcb00949c460eb4a0b32d72f97d1abf812838d831 (patch)
treebc336e7c5b21d1b68ea627c3f2ce277e7d7b6d05 /sw/source/filter/ww8/docxexportfilter.cxx
parent9f01e0f10a8a236b6dbe35b38edb66b178fc05a2 (diff)
vmiklos01: #i113532# Use OSL_THIS_FUNC instead of the non-portable __PRETTY_FUNCTION__
Diffstat (limited to 'sw/source/filter/ww8/docxexportfilter.cxx')
-rw-r--r--sw/source/filter/ww8/docxexportfilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxexportfilter.cxx b/sw/source/filter/ww8/docxexportfilter.cxx
index 5810526596b4..e89ec372660c 100644
--- a/sw/source/filter/ww8/docxexportfilter.cxx
+++ b/sw/source/filter/ww8/docxexportfilter.cxx
@@ -187,7 +187,7 @@ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo( void* /* pServiceMan
SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplName, void* pServiceManager, void* /* pRegistryKey */ )
{
- OSL_TRACE("%s, pImplName is '%s'", __PRETTY_FUNCTION__, pImplName);
+ OSL_TRACE("%s, pImplName is '%s'", OSL_THIS_FUNC, pImplName);
uno::Reference< lang::XSingleServiceFactory > xFactory;
void* pRet = 0;