summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdoashp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdoashp.cxx')
-rw-r--r--svx/source/svdraw/svdoashp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx
index 54ee14e348ad..07d3b789a8a4 100644
--- a/svx/source/svdraw/svdoashp.cxx
+++ b/svx/source/svdraw/svdoashp.cxx
@@ -3292,7 +3292,7 @@ void SdrObjCustomShape::TRSetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix,
}
default:
{
- DBG_ERROR("TRSetBaseGeometry: Missing unit translation to PoolMetric!");
+ OSL_FAIL("TRSetBaseGeometry: Missing unit translation to PoolMetric!");
}
}
}
@@ -3438,7 +3438,7 @@ sal_Bool SdrObjCustomShape::TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, ba
}
default:
{
- DBG_ERROR("TRGetBaseGeometry: Missing unit translation to 100th mm!");
+ OSL_FAIL("TRGetBaseGeometry: Missing unit translation to 100th mm!");
}
}
}