diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-04-01 09:27:07 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 13:40:40 +0100 |
commit | 4ff758fea152d6de492d472fba1f889592a3f696 (patch) | |
tree | 673296a7e7baed667ff66a1262978a66853debf4 /framework/source/services | |
parent | 8a65284fe31e6c0a927cb88b75df7845cd248572 (diff) |
Manual cleanup of misc. issues.
Change-Id: Ib0b9b17010f7c1b0814b48f6fb0144e5296418df
Diffstat (limited to 'framework/source/services')
-rw-r--r-- | framework/source/services/autorecovery.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index 5ead4fc1900e..597375082a21 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -4206,7 +4206,7 @@ void AutoRecovery::impl_showFullDiscError() sBackupPath = sBackupURL; ScopedVclPtrInstance<ErrorBox> dlgError( - 0, WB_OK, + nullptr, WB_OK, sMsg.replaceAll("%PATH", sBackupPath)); dlgError->SetButtonText(dlgError->GetButtonId(0), sBtn); dlgError->Execute(); |