summaryrefslogtreecommitdiff
path: root/starmath/inc/rect.hxx
diff options
context:
space:
mode:
authorJacek Wolszczak <shutdownrunner@gmail.com>2011-06-05 10:08:38 +0200
committerPetr Mladek <pmladek@suse.cz>2011-06-08 18:43:27 +0200
commitb0ceefe1ab8a70645775eb72411a617c0c518722 (patch)
tree4402621b3403a8e8f255f73abcbba3ca58e05990 /starmath/inc/rect.hxx
parenteb4e85a63b459c02060661a187cbd250eca3844a (diff)
Replace DBG_ stuff with OSL_ equivalents in writer
Diffstat (limited to 'starmath/inc/rect.hxx')
-rw-r--r--starmath/inc/rect.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/rect.hxx b/starmath/inc/rect.hxx
index e486b1f7c7d5..ca5c289f416a 100644
--- a/starmath/inc/rect.hxx
+++ b/starmath/inc/rect.hxx
@@ -234,7 +234,7 @@ inline void SmRect::CopyMBL(const SmRect &rRect)
inline long SmRect::GetBaseline() const
{
- DBG_ASSERT(HasBaseline(), "Sm: Baseline nicht vorhanden");
+ OSL_ENSURE(HasBaseline(), "Sm: Baseline nicht vorhanden");
return nBaseline;
}