summaryrefslogtreecommitdiff
path: root/include/svx/subtoolboxcontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/subtoolboxcontrol.hxx')
-rw-r--r--include/svx/subtoolboxcontrol.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/subtoolboxcontrol.hxx b/include/svx/subtoolboxcontrol.hxx
index e7f2904a456f..7921a270f405 100644
--- a/include/svx/subtoolboxcontrol.hxx
+++ b/include/svx/subtoolboxcontrol.hxx
@@ -36,7 +36,7 @@ public:
virtual ~SvxSubToolBoxControl();
virtual SfxPopupWindowType GetPopupWindowType() const SAL_OVERRIDE;
- virtual SfxPopupWindow* CreatePopupWindow() SAL_OVERRIDE;
+ virtual VclPtr<SfxPopupWindow> CreatePopupWindow() SAL_OVERRIDE;
};