diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/InterimItemWindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/InterimItemWindow.cxx b/vcl/source/control/InterimItemWindow.cxx index e32bf52eb907..5e7c189fdd28 100644 --- a/vcl/source/control/InterimItemWindow.cxx +++ b/vcl/source/control/InterimItemWindow.cxx @@ -12,7 +12,7 @@ InterimItemWindow::InterimItemWindow(vcl::Window* pParent, const OUString& rUIXMLDescription, const OString& rID, sal_uInt64 nLOKWindowId) - : Control(pParent, WB_TABSTOP | WB_DIALOGCONTROL) + : Control(pParent, WB_TABSTOP) , m_pWidget(nullptr) // inheritors are expected to call InitControlBase { m_aLayoutIdle.SetPriority(TaskPriority::RESIZE); |