summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-12 13:33:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-13 06:07:57 +0000
commit81f2a9f46451492d4d879573bc9ac7f2e44abedb (patch)
tree5090a809dec7d368a376881202417eaee550bfc6 /sc/source/filter/xcl97
parentba6b35fc68a01aff72b39eb7809bacb326068668 (diff)
OSL_TRACE->SAL in sc..scripting
Change-Id: I389d8cb733a5ee24d3119a1ebac5a5b70daff04e Reviewed-on: https://gerrit.libreoffice.org/31900 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/filter/xcl97')
-rw-r--r--sc/source/filter/xcl97/xcl97esc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/xcl97/xcl97esc.cxx b/sc/source/filter/xcl97/xcl97esc.cxx
index 7c2d39f0d6a8..a79b695a514a 100644
--- a/sc/source/filter/xcl97/xcl97esc.cxx
+++ b/sc/source/filter/xcl97/xcl97esc.cxx
@@ -245,7 +245,7 @@ EscherExHostAppData* XclEscherEx::StartShape( const Reference< XShape >& rxShape
}
catch(const Exception&)
{
- OSL_TRACE("XclEscherEx::StartShape, this control can't get the property ControlTypeinMSO!");
+ SAL_WARN("sc", "XclEscherEx::StartShape, this control can't get the property ControlTypeinMSO!");
}
if( nMsCtlType == 2 ) //OCX Form Control
pCurrXclObj = CreateOCXCtrlObj( rxShape, pChildAnchor ).release();
@@ -326,7 +326,7 @@ EscherExHostAppData* XclEscherEx::StartShape( const Reference< XShape >& rxShape
}
catch(const Exception&)
{
- OSL_TRACE("XclEscherEx::StartShape, this control can't get the property ObjIDinMSO!");
+ SAL_WARN("sc", "XclEscherEx::StartShape, this control can't get the property ObjIDinMSO!");
}
sal_uInt16 nObjIDinMSO = 0xFFFF;
aAny >>= nObjIDinMSO;