summaryrefslogtreecommitdiff
path: root/sc/inc/waitoff.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/waitoff.hxx')
-rw-r--r--sc/inc/waitoff.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/waitoff.hxx b/sc/inc/waitoff.hxx
index 0e7672022809..6c8b5f91bf7f 100644
--- a/sc/inc/waitoff.hxx
+++ b/sc/inc/waitoff.hxx
@@ -27,7 +27,7 @@ namespace vcl { class Window; }
class ScWaitCursorOff
{
private:
- vcl::Window* pWin;
+ VclPtr<vcl::Window> pWin;
sal_uInt32 nWaiters;
public:
ScWaitCursorOff( vcl::Window* pWin );