diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-12-11 12:19:44 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-12-11 12:35:08 -0500 |
commit | da1392934e043bfd12b94dab7b874ddf940f097b (patch) | |
tree | 5f3b6e3659ff6a32c9c75832b7e981ea3716ddd0 /sc/inc | |
parent | 86da09357b86da983c07e2c4636110e772515251 (diff) |
Let's use a status indicator while exporting to xlsx.
And reduce header dependency on docsh.hxx which a lot of files include
directly or indirectly...
Change-Id: I2de25380f8b634456e0add940fbb775ac11414cd
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/refreshtimerprotector.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/refreshtimerprotector.hxx b/sc/inc/refreshtimerprotector.hxx index d2169cdc090d..679586d22d46 100644 --- a/sc/inc/refreshtimerprotector.hxx +++ b/sc/inc/refreshtimerprotector.hxx @@ -11,10 +11,11 @@ #define SC_REFRESHTIMERPROTECTOR_HXX #include <sal/config.h> +#include "scdllapi.h" class ScRefreshTimerControl; -class ScRefreshTimerProtector +class SC_DLLPUBLIC ScRefreshTimerProtector { ScRefreshTimerControl * const * ppControl; |