summaryrefslogtreecommitdiffstats
path: root/sc/inc/scopetools.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-05-20 14:24:44 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-05-21 13:25:25 -0400
commit1df232139353d166014d7f73ea2423e6930ad348 (patch)
treeac88ee9266d3433de606b7ee62764b25b097a3d7 /sc/inc/scopetools.hxx
parentcp#1000072: Populate cache tables when updating all external links. (diff)
downloadcore-1df232139353d166014d7f73ea2423e6930ad348.tar.gz
core-1df232139353d166014d7f73ea2423e6930ad348.zip
Turn the mouse cursor to the "wait hand" during the external link update.
Change-Id: I983127828b28c72dd12d4778b88051964e9bceaa
Diffstat (limited to 'sc/inc/scopetools.hxx')
-rw-r--r--sc/inc/scopetools.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/sc/inc/scopetools.hxx b/sc/inc/scopetools.hxx
index 443ceafc0b28..785fd70a035e 100644
--- a/sc/inc/scopetools.hxx
+++ b/sc/inc/scopetools.hxx
@@ -13,6 +13,7 @@
#include "scdllapi.h"
class ScDocument;
+class Window;
namespace sc {
@@ -55,6 +56,14 @@ public:
~IdleSwitch();
};
+class WaitPointerSwitch
+{
+ Window* mpFrameWin;
+public:
+ WaitPointerSwitch(Window* pWin);
+ ~WaitPointerSwitch();
+};
+
}
#endif