summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/bastypes.cxx2
1 files changed, 1 insertions, 1 deletions
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)
{