diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-14 16:45:02 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-15 07:59:22 +0000 |
commit | dd63b7431164cbc7de5ac62df44aeba344c009c5 (patch) | |
tree | 75e1bb12632be3b095829106962d37a10e8a3286 | |
parent | d714c04513927524b9208868b8610b94ea99312a (diff) |
clang-cl loplugin: uui
Change-Id: Ie8cab2cf21258a8043db596291c442a6a13b113b
Reviewed-on: https://gerrit.libreoffice.org/29842
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | uui/source/openlocked.cxx | 2 |
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 } |