summaryrefslogtreecommitdiff
path: root/uui/source/lockcorrupt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/lockcorrupt.cxx')
-rw-r--r--uui/source/lockcorrupt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/lockcorrupt.cxx b/uui/source/lockcorrupt.cxx
index cb3dc9c566cb..ce6a3545d13e 100644
--- a/uui/source/lockcorrupt.cxx
+++ b/uui/source/lockcorrupt.cxx
@@ -26,7 +26,7 @@
LockCorruptQueryBox::LockCorruptQueryBox(vcl::Window* pParent, const std::locale& rResLocale)
: MessBox(pParent, MessBoxStyle::NONE, 0, Translate::get(STR_LOCKCORRUPT_TITLE, rResLocale), OUString())
{
- SetImage( ErrorBox::GetStandardImage() );
+ SetImage(GetStandardErrorBoxImage());
AddButton(Translate::get(STR_LOCKCORRUPT_OPENREADONLY_BTN, rResLocale), RET_OK,
ButtonDialogFlags::Default | ButtonDialogFlags::OK | ButtonDialogFlags::Focus);