Kaydet (Commit) aa593b6d authored tarafından Mike Kaganski's avatar Mike Kaganski

Remove a workaround to bring certain dialog to front

Since commits 8d1d82dd and
3b57cb72, it's no longer necessary to
keep this hack from commit c385e76c.

Change-Id: I8f38b4c61451d53890eab8ffe8af476c73826a1c
Reviewed-on: https://gerrit.libreoffice.org/49386Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst 609888f3
......@@ -37,14 +37,6 @@ OpenLockedQueryBox::OpenLockedQueryBox( vcl::Window* pParent, const std::locale&
SetButtonHelpText( RET_YES, OUString() );
SetButtonHelpText( RET_NO, OUString() );
#ifdef _WIN32
// bnc#656566
// Yes, it is silly to do this only for this dialog but not the
// other similar ones. But hey, it was about this dialog that the
// customer complained. You who read this and feel the itch, feel
// free to fix the problem in a better way.
EnableAlwaysOnTop();
#endif
}
OpenLockedQueryBox::~OpenLockedQueryBox()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment