diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-17 14:58:53 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-18 09:49:03 +0200 |
commit | 23d3532f9d7e60eca70930a7c2321192812c0c80 (patch) | |
tree | 62eba8fe88901dd3fa7ea853759bb8e11bdf996f /sdext | |
parent | 0ac093f3445dbf58907d8a9f9b7a2dfc07d306ef (diff) |
fix presentation minimizer registration
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/minimizer/pppoptimizeruno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) |