Kaydet (Commit) d41f7a0f authored tarafından Oliver-Rainer Wittmann's avatar Oliver-Rainer Wittmann

124155: correct visibility of function <ScFilterCreate>

Review by: hdu at apache dot org
üst 87204b0f
...@@ -129,7 +129,7 @@ class ScFormatFilterPlugin { ...@@ -129,7 +129,7 @@ class ScFormatFilterPlugin {
// scfilt plugin symbol // scfilt plugin symbol
extern "C" { extern "C" {
ScFormatFilterPlugin * SAL_CALL ScFilterCreate(void); SAL_DLLPUBLIC_EXPORT ScFormatFilterPlugin * SAL_CALL ScFilterCreate(void);
} }
class ScFormatFilter { class ScFormatFilter {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment