summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-03 14:38:11 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-13 16:50:40 +0100
commitadf9c047ac0e40d801f50bab8e8260be6c90a277 (patch)
tree9ad4440edbebe7b84399e98df7cefb8ee024d1b3 /svx
parentb228332fe618b8776acec235f8d4cfce9a012bba (diff)
Move DBG_ERROR to OSL_FAIL for getStr()
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/fmtextcontrolshell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmtextcontrolshell.cxx b/svx/source/form/fmtextcontrolshell.cxx
index 67f8e7dc8b07..7382c96b07e4 100644
--- a/svx/source/form/fmtextcontrolshell.cxx
+++ b/svx/source/form/fmtextcontrolshell.cxx
@@ -765,7 +765,7 @@ namespace svx
sError += ::rtl::OString( sUnoSlotName.getStr(), sUnoSlotName.getLength(), RTL_TEXTENCODING_ASCII_US );
else
sError += "unknown (no SfxSlot)";
- DBG_ERROR( sError.getStr() );
+ OSL_FAIL( sError.getStr() );
}
#endif
}