From 3db23609d368687dd2b3122160d450e4bc5bbb78 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 16 Aug 2019 16:34:34 +0200 Subject: Fix typos Split from https://gerrit.libreoffice.org/#/c/76764/ Change-Id: I19f11f80f08ce0d5b4ffda20449f1cddea980b7d Reviewed-on: https://gerrit.libreoffice.org/77596 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- starmath/source/cursor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath/source/cursor.cxx') diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx index 2d74d454a2f6..f7d127bd25e9 100644 --- a/starmath/source/cursor.cxx +++ b/starmath/source/cursor.cxx @@ -1299,7 +1299,7 @@ void SmCursor::EndEdit(){ //I think this notifies people around us that we've modified this document... mpDocShell->SetModified(); //I think SmDocShell uses this value when it sends an update graphics event - //Anyway comments elsewhere suggests it need to be updated... + //Anyway comments elsewhere suggests it needs to be updated... mpDocShell->mnModifyCount++; //TODO: Consider copying the update accessibility code from SmDocShell::SetText in here... -- cgit