summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/listcombowizard.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
commitfdeb50167836803f1a79082ddd25e4ae8ac20611 (patch)
tree3e9ff2e3cba72052ce97b0b16575791d2cdbdf6f /extensions/source/dbpilots/listcombowizard.cxx
parent096b61aa08ee37c6d6818791a7c5fb94d2f1ef7d (diff)
Move DBG_ERROR to OSL_FAIL
Diffstat (limited to 'extensions/source/dbpilots/listcombowizard.cxx')
-rw-r--r--extensions/source/dbpilots/listcombowizard.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/listcombowizard.cxx b/extensions/source/dbpilots/listcombowizard.cxx
index 0a93ad8c22d1..e313ee92049c 100644
--- a/extensions/source/dbpilots/listcombowizard.cxx
+++ b/extensions/source/dbpilots/listcombowizard.cxx
@@ -222,7 +222,7 @@ namespace dbp
}
catch(Exception&)
{
- DBG_ERROR("OListComboWizard::implApplySettings: could not set the property values for the listbox!");
+ OSL_FAIL("OListComboWizard::implApplySettings: could not set the property values for the listbox!");
}
}
@@ -353,7 +353,7 @@ namespace dbp
}
catch(Exception&)
{
- DBG_ERROR("OContentTableSelection::initializePage: could not retrieve the table names!");
+ OSL_FAIL("OContentTableSelection::initializePage: could not retrieve the table names!");
}
m_aSelectTable.SelectEntry(getSettings().sListContentTable);