diff options
Diffstat (limited to 'sc/inc/progress.hxx')
-rw-r--r-- | sc/inc/progress.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/progress.hxx b/sc/inc/progress.hxx index 9111a75c6..0e7f545a1 100644 --- a/sc/inc/progress.hxx +++ b/sc/inc/progress.hxx @@ -32,10 +32,11 @@ #define SC_PROGRESS_HXX #include <sfx2/progress.hxx> +#include "scdllapi.h" class ScDocument; -class ScProgress +class SC_DLLPUBLIC ScProgress { private: static SfxProgress* pGlobalProgress; |