diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-01 19:05:02 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-02 14:58:56 +0100 |
commit | a6e69f8fcd017519c37be409097108da6a6fcb33 (patch) | |
tree | 5906fed0faf294ccc3cc54a77a878e7b91a16f31 /sc/source/ui/dbgui/filtdlg.cxx | |
parent | 775a632985975057f5fa6c196aaffcd0a05e617a (diff) |
Move DBG_ERROR to OSL_FAIL
Diffstat (limited to 'sc/source/ui/dbgui/filtdlg.cxx')
-rw-r--r-- | sc/source/ui/dbgui/filtdlg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/dbgui/filtdlg.cxx b/sc/source/ui/dbgui/filtdlg.cxx index 7383513a06bf..82a8e8801b8b 100644 --- a/sc/source/ui/dbgui/filtdlg.cxx +++ b/sc/source/ui/dbgui/filtdlg.cxx @@ -541,13 +541,13 @@ void ScFilterDlg::UpdateHdrInValueList( USHORT nList ) } else { - DBG_ERROR("Eintag in Liste nicht gefunden"); + OSL_FAIL("Eintag in Liste nicht gefunden"); } } } else { - DBG_ERROR("Spalte noch nicht initialisiert"); + OSL_FAIL("Spalte noch nicht initialisiert"); } } } |