From afdb6251d373d9827fb26eef639c8c24c56328fd Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 3 Mar 2011 15:10:02 +0100 Subject: Move DBG_ERROR to OSL_FAIL for strings with masked quotation marks --- sd/source/ui/dlg/filedlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/dlg/filedlg.cxx b/sd/source/ui/dlg/filedlg.cxx index a5170f33842b..22da4e0ef7fd 100644 --- a/sd/source/ui/dlg/filedlg.cxx +++ b/sd/source/ui/dlg/filedlg.cxx @@ -240,7 +240,7 @@ void SdFileDialog_Imp::CheckSelectionState() catch( css::lang::IllegalArgumentException ) { #ifdef DBG_UTIL - DBG_ERROR( "Cannot access \"selection\" checkbox" ); + OSL_FAIL( "Cannot access \"selection\" checkbox" ); #endif } } -- cgit