diff options
Diffstat (limited to 'sc/source/ui/cctrl/tbinsert.cxx')
-rw-r--r-- | sc/source/ui/cctrl/tbinsert.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/cctrl/tbinsert.cxx b/sc/source/ui/cctrl/tbinsert.cxx index 32b06bbb8d90..8b3469a6f89e 100644 --- a/sc/source/ui/cctrl/tbinsert.cxx +++ b/sc/source/ui/cctrl/tbinsert.cxx @@ -72,7 +72,7 @@ void ScTbxInsertCtrl::StateChanged( sal_uInt16 /* nSID */, SfxItemState eState, } } -SfxPopupWindow* ScTbxInsertCtrl::CreatePopupWindow() +VclPtr<SfxPopupWindow> ScTbxInsertCtrl::CreatePopupWindow() { sal_uInt16 nSlotId = GetSlotId(); if (nSlotId == SID_TBXCTL_INSERT) |