summaryrefslogtreecommitdiffstats
path: root/basctl/source/basicide/baside2b.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-18 21:25:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-02-19 09:53:47 +0100
commitdc7b76796faf82fe8fdf5fa5bff266dcb46e23f9 (patch)
treed7860f49adea351e3d63a89acdd4011c3259b994 /basctl/source/basicide/baside2b.cxx
parentdrop some unneeded includes (diff)
downloadcore-dc7b76796faf82fe8fdf5fa5bff266dcb46e23f9.tar.gz
core-dc7b76796faf82fe8fdf5fa5bff266dcb46e23f9.zip
remove and replace newly unused ctor
Change-Id: I67e0dc6fe419ad0cac04105cb2e89435dd3fc107 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88990 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl/source/basicide/baside2b.cxx')
-rw-r--r--basctl/source/basicide/baside2b.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index cf5b0aec42d0..d3b7e9563e29 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -1584,7 +1584,7 @@ struct WatchItem
}
WatchWindow::WatchWindow(Layout* pParent)
- : DockingWindow(pParent, "DockingWindow", "sfx/ui/dockingwindow.ui")
+ : DockingWindow(pParent)
, m_nUpdateWatchesId(nullptr)
{
m_xVclContentArea = VclPtr<VclVBox>::Create(this);
@@ -1797,7 +1797,7 @@ IMPL_LINK(WatchWindow, KeyInputHdl, const KeyEvent&, rKEvt, bool)
// StackWindow
StackWindow::StackWindow(Layout* pParent)
- : DockingWindow(pParent, "DockingWindow", "sfx/ui/dockingwindow.ui")
+ : DockingWindow(pParent)
{
m_xVclContentArea = VclPtr<VclVBox>::Create(this);
m_xVclContentArea->Show();