summaryrefslogtreecommitdiff
path: root/xmloff/source/draw
diff options
context:
space:
mode:
authorRadu Ioan <ioan.radu.g@gmail.com>2013-05-04 01:40:09 +0300
committerBosdonnat Cedric <cedric.bosdonnat@free.fr>2013-05-14 13:59:53 +0000
commitac937d8be69953abcaf1365644c6607c279f37a6 (patch)
treee2ca8187c686cb8274c948cfa19bc84670ce6c0f /xmloff/source/draw
parente76e427ee68f4717a143a20733b09e845d73921d (diff)
fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT
- replaced osl_trace with sal_info - replaced dbg_* with sal_* Change-Id: I80aca85562e4a43fded5c37f9895e51f79e42c14 Reviewed-on: https://gerrit.libreoffice.org/3771 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r--xmloff/source/draw/sdxmlimp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/sdxmlimp.cxx b/xmloff/source/draw/sdxmlimp.cxx
index afa0ea68d27d..3626c784c7ba 100644
--- a/xmloff/source/draw/sdxmlimp.cxx
+++ b/xmloff/source/draw/sdxmlimp.cxx
@@ -201,7 +201,7 @@ SvXMLImportContext *SdXMLDocContext_Impl::CreateChildContext(
}
case XML_TOK_DOC_META:
{
- DBG_WARNING("XML_TOK_DOC_META: should not have come here, maybe document is invalid?");
+ SAL_INFO("xmloff.draw", "XML_TOK_DOC_META: should not have come here, maybe document is invalid?");
break;
}
case XML_TOK_DOC_SCRIPT:
@@ -924,7 +924,7 @@ void SdXMLImport::SetConfigurationSettings(const com::sun::star::uno::Sequence<c
}
catch(const uno::Exception&)
{
- OSL_TRACE( "#SdXMLImport::SetConfigurationSettings: Exception!" );
+ SAL_INFO("xmloff.draw", "#SdXMLImport::SetConfigurationSettings: Exception!" );
}
pValues++;
@@ -950,7 +950,7 @@ void SdXMLImport::SetStatistics(
if (i_rStats[i].Value >>= val) {
nCount = val;
} else {
- OSL_FAIL("SdXMLImport::SetStatistics: invalid entry");
+ SAL_WARN("xmloff.draw", "SdXMLImport::SetStatistics: invalid entry");
}
}
}