summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/fupoor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/fupoor.hxx')
-rw-r--r--sc/source/ui/inc/fupoor.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/fupoor.hxx b/sc/source/ui/inc/fupoor.hxx
index 131edf61ed68..e38ca5c08f74 100644
--- a/sc/source/ui/inc/fupoor.hxx
+++ b/sc/source/ui/inc/fupoor.hxx
@@ -43,11 +43,11 @@ class FuPoor
protected:
ScDrawView* pView;
ScTabViewShell* pViewShell;
- vcl::Window* pWindow;
+ VclPtr<vcl::Window> pWindow;
SdrModel* pDrDoc;
SfxRequest aSfxRequest;
- Dialog* pDialog;
+ VclPtr<Dialog> pDialog;
Timer aScrollTimer; // for Autoscrolling
DECL_LINK( ScrollHdl, void * );