summaryrefslogtreecommitdiff
path: root/sc/inc/refreshtimerprotector.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-12-11 12:19:44 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-12-11 12:35:08 -0500
commitda1392934e043bfd12b94dab7b874ddf940f097b (patch)
tree5f3b6e3659ff6a32c9c75832b7e981ea3716ddd0 /sc/inc/refreshtimerprotector.hxx
parent86da09357b86da983c07e2c4636110e772515251 (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/refreshtimerprotector.hxx')
-rw-r--r--sc/inc/refreshtimerprotector.hxx3
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;