summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterCanvasHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterCanvasHelper.cxx')
-rw-r--r--sdext/source/presenter/PresenterCanvasHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterCanvasHelper.cxx b/sdext/source/presenter/PresenterCanvasHelper.cxx
index 6a275e1a0fc1..4903a87e1afe 100644
--- a/sdext/source/presenter/PresenterCanvasHelper.cxx
+++ b/sdext/source/presenter/PresenterCanvasHelper.cxx
@@ -249,7 +249,7 @@ void PresenterCanvasHelper::SetDeviceColor(
{
// Other component counts then 4 (RGBA) are not accepted (anymore).
- assert(rRenderState.DeviceColor.getLength() == 4);
+ OSL_ASSERT(rRenderState.DeviceColor.getLength() == 4);
if (rRenderState.DeviceColor.getLength() == 4)
{
rRenderState.DeviceColor[0] = ((aColor >> 16) & 0x0ff) / 255.0;