diff options
Diffstat (limited to 'uui/source/filechanged.cxx')
-rw-r--r-- | uui/source/filechanged.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/filechanged.cxx b/uui/source/filechanged.cxx index 0a4bd33c582e..5ab63f708293 100644 --- a/uui/source/filechanged.cxx +++ b/uui/source/filechanged.cxx @@ -29,7 +29,7 @@ FileChangedQueryBox::FileChangedQueryBox( vcl::Window* pParent, ResMgr* pResMgr AddButton(ResId(STR_FILECHANGED_SAVEANYWAY_BTN, *pResMgr).toString(), RET_YES, BUTTONDIALOG_DEFBUTTON | BUTTONDIALOG_OKBUTTON | BUTTONDIALOG_FOCUSBUTTON); - AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON ); + AddButton( StandardButtonType::CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON ); SetButtonHelpText( RET_YES, OUString() ); SetMessText(ResId(STR_FILECHANGED_MSG, *pResMgr).toString()); |