diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2018-02-07 19:18:15 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2018-03-25 18:24:40 +0200 |
commit | b26062d1c730b316e35df28a8c2c1219df08064a (patch) | |
tree | cae9a253319e522d83ef545077a1af9da397af1b /uui | |
parent | 42b2a03e2c1648210003dd9b412bbc52d64244aa (diff) |
Remove a workaround to bring certain dialog to front
Since commits 8d1d82dd63eada8faa2f6eb43ef900764a5fda62 and
3b57cb72ec8b47f033be5a516617ed8c752517b0, it's no longer necessary to
keep this hack from commit c385e76c10b173b9820967825f0ce0c6fb71e9dd.
Change-Id: I8f38b4c61451d53890eab8ffe8af476c73826a1c
Reviewed-on: https://gerrit.libreoffice.org/49386
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
(cherry picked from commit aa593b6dc0c72d2b7b67b8254b6ff4dfb80f1b16)
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/openlocked.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/uui/source/openlocked.cxx b/uui/source/openlocked.cxx index 156e28b6a368..074242b964b8 100644 --- a/uui/source/openlocked.cxx +++ b/uui/source/openlocked.cxx @@ -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() |