diff options
Diffstat (limited to 'sfx2/source/dialog/charmappopup.cxx')
-rw-r--r-- | sfx2/source/dialog/charmappopup.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/charmappopup.cxx b/sfx2/source/dialog/charmappopup.cxx index 49c047dc7ee5..cbc62649cbc3 100644 --- a/sfx2/source/dialog/charmappopup.cxx +++ b/sfx2/source/dialog/charmappopup.cxx @@ -35,7 +35,7 @@ CharmapPopup::~CharmapPopup() VclPtr<SfxPopupWindow> CharmapPopup::CreatePopupWindow() { - VclPtr<SfxCharmapCtrl> pControl = VclPtr<SfxCharmapCtrl>::Create(GetSlotId(), m_xFrame); + VclPtr<SfxCharmapCtrl> pControl = VclPtr<SfxCharmapCtrl>::Create(GetSlotId(), &GetToolBox(), m_xFrame); pControl->StartPopupMode(&GetToolBox(), FloatWinPopupFlags::GrabFocus); |