summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/groupboxwiz.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-01 17:55:09 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-02 15:00:30 +0100
commitfcfd8b64c4e427d4599dd9da4148860f732b6ec6 (patch)
tree37d4040aa4c8df9dc3d871c3509a238f4efde709 /extensions/source/dbpilots/groupboxwiz.cxx
parentf6e0b00643e252001768e0b2e19de070654e9afe (diff)
Move DBG_ERROR to OSL_FAIL
Diffstat (limited to 'extensions/source/dbpilots/groupboxwiz.cxx')
-rw-r--r--extensions/source/dbpilots/groupboxwiz.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/dbpilots/groupboxwiz.cxx b/extensions/source/dbpilots/groupboxwiz.cxx
index 6387c6280..03fd6de88 100644
--- a/extensions/source/dbpilots/groupboxwiz.cxx
+++ b/extensions/source/dbpilots/groupboxwiz.cxx
@@ -177,7 +177,7 @@ namespace dbp
}
catch(Exception&)
{
- DBG_ERROR("OGroupBoxWizard::createRadios: caught an exception while creating the radio shapes!");
+ OSL_FAIL("OGroupBoxWizard::createRadios: caught an exception while creating the radio shapes!");
}
}