summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/service.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/service.cxx')
-rw-r--r--sw/source/ui/vba/service.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/service.cxx b/sw/source/ui/vba/service.cxx
index 35d354db5204..ec8e3713d3f8 100644
--- a/sw/source/ui/vba/service.cxx
+++ b/sw/source/ui/vba/service.cxx
@@ -61,7 +61,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL vbaswobj_component_getFactory(
void* pRet = component_getFactoryHelper(pImplName, pServiceManager,
pRegistryKey, globals::serviceDecl, document::serviceDecl,
wrapformat::serviceDecl, vbaeventshelper::serviceDecl );
- OSL_TRACE("Ret is 0x%x", pRet);
+ OSL_TRACE("Ret is 0x%p", pRet);
return pRet;
}