summaryrefslogtreecommitdiff
path: root/sc/inc/scopetools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/scopetools.hxx')
-rw-r--r--sc/inc/scopetools.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/inc/scopetools.hxx b/sc/inc/scopetools.hxx
index 7789d9645b8a..93f7238ec138 100644
--- a/sc/inc/scopetools.hxx
+++ b/sc/inc/scopetools.hxx
@@ -57,14 +57,6 @@ public:
~IdleSwitch();
};
-class WaitPointerSwitch
-{
- VclPtr<vcl::Window> mpFrameWin;
-public:
- WaitPointerSwitch(vcl::Window* pWin);
- ~WaitPointerSwitch();
-};
-
/// Wrapper for ScDocument::DelayFormulaGrouping()
class SC_DLLPUBLIC DelayFormulaGroupingSwitch
{