summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-03 15:13:56 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-13 16:50:40 +0100
commit57dc260c5d7025f18f25f5d47a53e2cbb1e86129 (patch)
tree60bdbc28fb3c46dc9090b4d1cb12f5f548bf682b /xmloff
parentd3e886b7a6ccb0f1baf5fda1f7a7ed802b5e828d (diff)
Move DBG_ERROR to OSL_FAIL for strings with masked quotation marks
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/sdxmlexp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx
index ba57db8717..d829995b06 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?" );
}
}