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 /starmath | |
parent | 044159d82d8551a41c1ffad9fe897932f64e8d39 (diff) |
Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'
Change-Id: I6ca6914e80c186699df42253de46a3690c5130f2
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/view.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 95a6a65686fb..3bfc64c7780b 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -1759,7 +1759,7 @@ void SmViewShell::Execute(SfxRequest& rReq) if(pFact) { pDlg = pFact->CreateSvxZoomDialog(&GetViewFrame()->GetWindow(), aSet); - SAL_WARN_IF( !pDlg, "starmath", "Dialogdiet fail!" ); + SAL_WARN_IF( !pDlg, "starmath", "Dialog creation failed!" ); pDlg->SetLimits( MINZOOM, MAXZOOM ); if( pDlg->Execute() != RET_CANCEL ) pSet = pDlg->GetOutputItemSet(); |