summaryrefslogtreecommitdiff
path: root/starmath/source/view.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-19 10:24:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-20 06:12:24 +0000
commit40fc2c1a0d2ebdf47131651045107c9d5abb850d (patch)
tree66a2d4c7220dfd47b09984892a8a08a7e5ab5fea /starmath/source/view.cxx
parente7324c5705eaa38a2c9aa0636f01a73f033ba4d6 (diff)
loplugin:expandablemethodds in sfx2..starmath
Change-Id: Ia4c411f5a9a68c2f344188ce6b6bc1815c89f993 Reviewed-on: https://gerrit.libreoffice.org/30055 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/source/view.cxx')
-rw-r--r--starmath/source/view.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 3bd645a314bf..47f15e602c94 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -379,7 +379,7 @@ void SmGraphicWindow::Paint(vcl::RenderContext& rRenderContext, const Rectangle&
rDoc.DrawFormula(rRenderContext, aPoint, true); //! modifies aPoint to be the topleft
//! corner of the formula
- SetFormulaDrawPos(aPoint);
+ aFormulaDrawPos = aPoint;
if (IsInlineEditEnabled())
{
//Draw cursor if any...