OSL_TRACE->SAL in chart2..oox

Change-Id: I133a6441824bfbefcfcda130119b5c5d706f86b2
Reviewed-on: https://gerrit.libreoffice.org/31907
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin
2016-12-12 16:31:57 +02:00
parent a005fbeddc
commit c3586b684c
60 changed files with 110 additions and 462 deletions

View File

@@ -204,7 +204,7 @@ void OComponentHelper::dispose()
// in a multithreaded environment, it can't be avoided
// that dispose is called twice.
// However this condition is traced, because it MAY indicate an error.
OSL_TRACE( "OComponentHelper::dispose() - dispose called twice" );
SAL_WARN("cppuhelper", "OComponentHelper::dispose() - dispose called twice" );
}
}