diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-01 19:07:44 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-02 15:04:37 +0100 |
commit | b469b6676d7ff6da185ecba38bee685ab38dd73e (patch) | |
tree | 3bd9bb85b15ba89d5ce7322d042e0ee34475266f /xmloff/source/script | |
parent | 5103a344de8de283bd4c310fc35287baa9706214 (diff) |
Move DBG_ERROR to OSL_FAIL
Diffstat (limited to 'xmloff/source/script')
-rw-r--r-- | xmloff/source/script/XMLEventExport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/script/XMLEventExport.cxx b/xmloff/source/script/XMLEventExport.cxx index dee986eab3..41dd0d808f 100644 --- a/xmloff/source/script/XMLEventExport.cxx +++ b/xmloff/source/script/XMLEventExport.cxx @@ -256,7 +256,7 @@ void XMLEventExport::ExportEvent( { if (! sType.equalsAsciiL("None", sizeof("None")-1)) { - DBG_ERROR("unknown event type returned by API"); + OSL_FAIL("unknown event type returned by API"); // unknown type -> error (ignore) } // else: we ignore None fields |