diff options
Diffstat (limited to 'starmath/source/unomodel.cxx')
-rw-r--r-- | starmath/source/unomodel.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx index 768071767962..63816bd3c525 100644 --- a/starmath/source/unomodel.cxx +++ b/starmath/source/unomodel.cxx @@ -1015,8 +1015,7 @@ void SAL_CALL SmModel::render( aPrtPageOffset = Point( static_cast<long>(aPrtPaperSize.Width() * 0.0250), static_cast<long>(aPrtPaperSize.Height() * 0.0214)); } - Point aZeroPoint; - tools::Rectangle OutputRect( aZeroPoint, aOutputSize ); + tools::Rectangle OutputRect( Point(), aOutputSize ); // set minimum top and bottom border |