diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-07-26 14:23:59 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-07-26 14:25:33 +0200 |
commit | 20f6cf03770d8c5ca343287a42dc58df3091ef32 (patch) | |
tree | dbcbfa94c38def0078c100a8d900699312329135 /sc/source/ui/view/prevwsh.cxx | |
parent | 044159d82d8551a41c1ffad9fe897932f64e8d39 (diff) |
Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'
Change-Id: I6ca6914e80c186699df42253de46a3690c5130f2
Diffstat (limited to 'sc/source/ui/view/prevwsh.cxx')
-rw-r--r-- | sc/source/ui/view/prevwsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/prevwsh.cxx b/sc/source/ui/view/prevwsh.cxx index 121a9cc2509e..25fbbb2958ce 100644 --- a/sc/source/ui/view/prevwsh.cxx +++ b/sc/source/ui/view/prevwsh.cxx @@ -653,7 +653,7 @@ void ScPreviewShell::Execute( SfxRequest& rReq ) if(pFact) { boost::scoped_ptr<AbstractSvxZoomDialog> pDlg(pFact->CreateSvxZoomDialog(NULL, aSet)); - OSL_ENSURE(pDlg, "Dialogdiet fail!"); + OSL_ENSURE(pDlg, "Dialog creation failed!"); pDlg->SetLimits( 20, 400 ); pDlg->HideButton( ZOOMBTN_OPTIMAL ); bCancel = ( RET_CANCEL == pDlg->Execute() ); |