summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleShape.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-09 15:48:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-11 18:56:16 +0000
commit4ef9ccea6c4aa79cdc57dea52b47775c346696ec (patch)
treead3b4dd30484436c595990bd8994f94477b9492b /svx/source/accessibility/AccessibleShape.cxx
parent4282ea67c2e90222f141df8213b06dfed09d4c85 (diff)
OSL_TRACE -> SAL in sfx2..svx
Change-Id: I78cf8058a5682baa3d7b00a25feeb2d28fb3e66e Reviewed-on: https://gerrit.libreoffice.org/31799 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/accessibility/AccessibleShape.cxx')
-rw-r--r--svx/source/accessibility/AccessibleShape.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/accessibility/AccessibleShape.cxx b/svx/source/accessibility/AccessibleShape.cxx
index bcbebd314048..2313dbe6c1de 100644
--- a/svx/source/accessibility/AccessibleShape.cxx
+++ b/svx/source/accessibility/AccessibleShape.cxx
@@ -117,7 +117,7 @@ AccessibleShape::~AccessibleShape()
{
delete mpChildrenManager;
delete mpText;
- OSL_TRACE ("~AccessibleShape");
+ SAL_INFO("svx", "~AccessibleShape");
// Unregistering from the various broadcasters should be unnecessary
// since this destructor would not have been called if one of the
@@ -575,7 +575,7 @@ awt::Rectangle SAL_CALL AccessibleShape::getBounds()
}
}
else
- OSL_TRACE (" no property BoundRect");
+ SAL_WARN("svx", "no property BoundRect");
}
}
@@ -638,7 +638,7 @@ awt::Rectangle SAL_CALL AccessibleShape::getBounds()
}
else
{
- OSL_TRACE ("parent does not support component");
+ SAL_INFO("svx", "parent does not support component");
aBoundingBox = awt::Rectangle (
aPixelPosition.getX(), aPixelPosition.getY(),
aPixelSize.getWidth(), aPixelSize.getHeight());
@@ -676,7 +676,7 @@ awt::Point SAL_CALL AccessibleShape::getLocationOnScreen()
aLocation.Y += aParentLocation.Y;
}
else
- OSL_TRACE ("getLocation: parent does not support XAccessibleComponent");
+ SAL_WARN("svx", "parent does not support XAccessibleComponent");
return aLocation;
}
@@ -1016,7 +1016,7 @@ void SAL_CALL
}
catch (uno::RuntimeException const&)
{
- OSL_TRACE ("caught exception while disposing");
+ SAL_WARN("svx", "caught exception while disposing");
}
}