diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-03 15:13:56 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-13 16:50:40 +0100 |
commit | 1c3b168ed11677a4171212f5f47483508715c333 (patch) | |
tree | dd5df2868497dfbfb8f48626b0a3a9432bafd038 /xmloff/source | |
parent | adf9c047ac0e40d801f50bab8e8260be6c90a277 (diff) |
Move DBG_ERROR to OSL_FAIL for strings with masked quotation marks
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/draw/sdxmlexp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx index e99cbe59d308..14405a40e6bb 100644 --- a/xmloff/source/draw/sdxmlexp.cxx +++ b/xmloff/source/draw/sdxmlexp.cxx @@ -1947,7 +1947,7 @@ void SdXMLExport::_ExportContent() } catch( Exception& ) { - DBG_ERROR(" no \"BookmarkURL\" property at page?" ); + OSL_FAIL(" no \"BookmarkURL\" property at page?" ); } } |