diff options
Diffstat (limited to 'uui/source/lockfailed.cxx')
-rw-r--r-- | uui/source/lockfailed.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/lockfailed.cxx b/uui/source/lockfailed.cxx index e5d00b9a01a6..80209ee5fbbc 100644 --- a/uui/source/lockfailed.cxx +++ b/uui/source/lockfailed.cxx @@ -23,7 +23,7 @@ #include <vcl/button.hxx> LockFailedQueryBox::LockFailedQueryBox(vcl::Window* pParent, const std::locale& rResLocale) - : MessBox(pParent, 0, Translate::get(STR_LOCKFAILED_TITLE, rResLocale), OUString()) + : MessBox(pParent, MessBoxStyle::NONE, Translate::get(STR_LOCKFAILED_TITLE, rResLocale), OUString()) { SetImage( ErrorBox::GetStandardImage() ); |