From a6e69f8fcd017519c37be409097108da6a6fcb33 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 1 Mar 2011 19:05:02 +0100 Subject: Move DBG_ERROR to OSL_FAIL --- sc/source/ui/pagedlg/tphf.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/pagedlg') diff --git a/sc/source/ui/pagedlg/tphf.cxx b/sc/source/ui/pagedlg/tphf.cxx index 77542e3d6052..7e536683f4ff 100644 --- a/sc/source/ui/pagedlg/tphf.cxx +++ b/sc/source/ui/pagedlg/tphf.cxx @@ -212,7 +212,7 @@ IMPL_LINK( ScHFPage, HFEditHdl, void*, EMPTYARG ) if ( !pViewSh ) { - DBG_ERROR( "Current ViewShell not found." ); + OSL_FAIL( "Current ViewShell not found." ); return 0; } -- cgit