From 40f81f1f9eb4266a897c6c5185544908d91c714e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 22 Feb 2021 11:19:41 +0000 Subject: move dockingwindow.ui to vcl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I90f18ba755da8ade247330ed102ffcc95740ebab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111265 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- basctl/source/basicide/bastypes.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basctl/source/basicide') diff --git a/basctl/source/basicide/bastypes.cxx b/basctl/source/basicide/bastypes.cxx index 0a4f2efc62cf..a9a927a27878 100644 --- a/basctl/source/basicide/bastypes.cxx +++ b/basctl/source/basicide/bastypes.cxx @@ -261,7 +261,7 @@ WinBits const DockingWindow::StyleBits = WB_MOVEABLE | WB_SIZEABLE | WB_ROLLABLE | WB_DOCKABLE; DockingWindow::DockingWindow(vcl::Window* pParent, const OUString& rUIXMLDescription, const OString& rID) : - ::DockingWindow(pParent, "DockingWindow", "sfx/ui/dockingwindow.ui"), + ::DockingWindow(pParent, "DockingWindow", "vcl/ui/dockingwindow.ui"), pLayout(nullptr), nShowCount(0) { -- cgit