summaryrefslogtreecommitdiff
path: root/starmath/source/cursor.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-04-19 15:22:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-04-21 18:02:15 +0200
commitea21b870f8549d0110ef65187af50694a06458ca (patch)
tree0d0c2d203e80a5f94bfeaad0e1c373ff2e1b20cd /starmath/source/cursor.cxx
parent967da14b48035f5acdd8a604a5c33cc6fe37035a (diff)
weld SmGraphicWindow
Change-Id: Ie163640d6453f30d1cebdaf75ecd41374b2b9ec3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114351 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/source/cursor.cxx')
-rw-r--r--starmath/source/cursor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx
index a839b0eb0a02..e2dbdc44bfe8 100644
--- a/starmath/source/cursor.cxx
+++ b/starmath/source/cursor.cxx
@@ -1320,7 +1320,7 @@ void SmCursor::RequestRepaint(){
if ( SfxObjectCreateMode::EMBEDDED == mpDocShell->GetCreateMode() )
mpDocShell->Repaint();
else
- pViewSh->GetGraphicWindow().Invalidate();
+ pViewSh->GetGraphicWidget().Invalidate();
}
}