summaryrefslogtreecommitdiff
path: root/sd/source/ui
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-03 15:10:02 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-11 23:53:37 +0100
commitafdb6251d373d9827fb26eef639c8c24c56328fd (patch)
tree5e73892dd389eadd7ef0bb4cb7f863b262a4c792 /sd/source/ui
parent0e6c0d031436952a2ac5eca9dc9107bf4a7d09bc (diff)
Move DBG_ERROR to OSL_FAIL for strings with masked quotation marks
Diffstat (limited to 'sd/source/ui')
-rw-r--r--sd/source/ui/dlg/filedlg.cxx2
1 files changed, 1 insertions, 1 deletions
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
}
}