From 23d3532f9d7e60eca70930a7c2321192812c0c80 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 17 Apr 2012 14:58:53 +0200 Subject: fix presentation minimizer registration --- sdext/source/minimizer/pppoptimizeruno.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdext') diff --git a/sdext/source/minimizer/pppoptimizeruno.cxx b/sdext/source/minimizer/pppoptimizeruno.cxx index cc3fd3584727..c95e82805e1f 100644 --- a/sdext/source/minimizer/pppoptimizeruno.cxx +++ b/sdext/source/minimizer/pppoptimizeruno.cxx @@ -42,7 +42,7 @@ using namespace ::com::sun::star::registry; extern "C" { - sal_Bool SAL_CALL component_writeInfo( + SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo( SAL_UNUSED_PARAMETER void* /*pServiceManager*/, void* pRegistryKey ) { if (pRegistryKey) -- cgit