summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-02-19 20:24:30 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-02-20 11:27:55 +0100
commit1e0ade8b56c644868a72156186ab5c83e2abfb69 (patch)
treeb97029c00c482be00e70f4b70e33dd5df698f1b9 /sc/source/ui/cctrl
parent4959e43e1618b281c03ec58948fb61801add30b3 (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.cxx2
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"))
{