summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()