From 20f6cf03770d8c5ca343287a42dc58df3091ef32 Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Sat, 26 Jul 2014 14:23:59 +0200 Subject: Massive 'Dialogdiet fail' and similar to 'Dialog creation failed' Change-Id: I6ca6914e80c186699df42253de46a3690c5130f2 --- sw/source/uibase/table/tablemgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/uibase/table') diff --git a/sw/source/uibase/table/tablemgr.cxx b/sw/source/uibase/table/tablemgr.cxx index b8d309822879..e0eda8c281df 100644 --- a/sw/source/uibase/table/tablemgr.cxx +++ b/sw/source/uibase/table/tablemgr.cxx @@ -56,7 +56,7 @@ void SwTableFUNC::ColWidthDlg( Window *pParent ) OSL_ENSURE(pFact, "SwAbstractDialogFactory fail!"); boost::scoped_ptr pDlg(pFact->CreateSwTableWidthDlg(pParent, *this)); - OSL_ENSURE(pDlg, "Dialogdiet fail!"); + OSL_ENSURE(pDlg, "Dialog creation failed!"); pDlg->Execute(); } -- cgit