diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 20:24:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-20 11:27:55 +0100 |
commit | 1e0ade8b56c644868a72156186ab5c83e2abfb69 (patch) | |
tree | b97029c00c482be00e70f4b70e33dd5df698f1b9 /sc/source/ui/cctrl | |
parent | 4959e43e1618b281c03ec58948fb61801add30b3 (diff) |
move docking adapters to vcl
Change-Id: I9be6f65734c24196758dea6853219a168c53a7fd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111250
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/cctrl')
-rw-r--r-- | sc/source/ui/cctrl/checklistmenu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx index 6608912d3f2a..9dd2e5a8c0c9 100644 --- a/sc/source/ui/cctrl/checklistmenu.cxx +++ b/sc/source/ui/cctrl/checklistmenu.cxx @@ -568,7 +568,7 @@ ScCheckListMenuControl::~ScCheckListMenuControl() ScCheckListMenuWindow::ScCheckListMenuWindow(vcl::Window* pParent, ScDocument* pDoc, bool bCanHaveSubMenu, bool bTreeMode, int nWidth, ScCheckListMenuWindow* pParentMenu, vcl::ILibreOfficeKitNotifier* pNotifier) - : DockingWindow(pParent, "InterimDockParent", "svx/ui/interimdockparent.ui") + : DockingWindow(pParent, "InterimDockParent", "vcl/ui/interimdockparent.ui") , mxParentMenu(pParentMenu) , mxBox(m_pUIBuilder->get("box")) { |