summaryrefslogtreecommitdiff
path: root/sc/inc
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 16:35:36 -0400
commitad5744132ba3f678763d253c4e3b73d740535524 (patch)
treeb0d7e08d891715d375503ddb38f9d2ba1927770d /sc/inc
parente5ff1804087dd1bb3a785f2ae9e86a891ceb545e (diff)
Turn the mouse cursor to the "wait hand" during the external link update.
Change-Id: I983127828b28c72dd12d4778b88051964e9bceaa
Diffstat (limited to 'sc/inc')
-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