summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uui/source/openlocked.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/openlocked.cxx b/uui/source/openlocked.cxx
index 5ee17dcbad19..4de71b54c2ca 100644
--- a/uui/source/openlocked.cxx
+++ b/uui/source/openlocked.cxx
@@ -42,7 +42,7 @@ OpenLockedQueryBox::OpenLockedQueryBox( vcl::Window* pParent, ResMgr* pResMgr, c
// 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( true );
+ EnableAlwaysOnTop();
#endif
}