summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-02-07 19:18:15 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2018-02-08 05:53:29 +0100
commitaa593b6dc0c72d2b7b67b8254b6ff4dfb80f1b16 (patch)
tree84f13df5b3f76acbdce388ce69bcce9a12848aaf /uui
parent609888f3c8d6c0fe72c41ac26de431a12ad3fdd0 (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>
Diffstat (limited to 'uui')
-rw-r--r--uui/source/openlocked.cxx8
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()