summaryrefslogtreecommitdiff
path: root/writerfilter/unocomponent/component.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/unocomponent/component.cxx')
-rw-r--r--writerfilter/unocomponent/component.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/unocomponent/component.cxx b/writerfilter/unocomponent/component.cxx
index 6ac1fc76b..8afdc74c1 100644
--- a/writerfilter/unocomponent/component.cxx
+++ b/writerfilter/unocomponent/component.cxx
@@ -67,7 +67,7 @@ SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(sal_Char const * implN
fprintf(stderr, "Loading service: %s: ", implName);
void * pResult = ::cppu::component_getFactoryHelper(implName, xMgr, xRegistry, s_component_entries );
-
+
fprintf(stderr, "%p\n", pResult);
return pResult;