diff options
-rw-r--r-- | starmath/source/cursor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx index bae47789bd31..f27dbcd3a0d1 100644 --- a/starmath/source/cursor.cxx +++ b/starmath/source/cursor.cxx @@ -67,7 +67,7 @@ void SmCursor::Move(OutputDevice* pDev, SmMovementDirection direction, bool bMov } break; default: - SAL_WARN("starmath", "Movement direction not supported!"); + assert(false); } if(NewPos){ mpPosition = NewPos; |