From 938821fb08e427864db6a10642f385bde9803f6c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 22 Jul 2016 14:35:27 +0200 Subject: new loplugin overrideparam verify that parameters on override methods have the same set of default values for their params as their parent/super-methods do. Change-Id: Ibdbc1c6e417fbaa680ea025a6bbf5ba9c2e5bcd2 Reviewed-on: https://gerrit.libreoffice.org/27437 Tested-by: Jenkins Reviewed-by: Noel Grandin --- 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 b1ef0b0e9495..d3a54ff8fe90 100644 --- a/starmath/source/cursor.cxx +++ b/starmath/source/cursor.cxx @@ -1422,7 +1422,7 @@ void SmCursor::EndEdit(){ if ( mbIsEnabledSetModifiedSmDocShell ) mpDocShell->EnableSetModified( mbIsEnabledSetModifiedSmDocShell ); //I think this notifies people around us that we've modified this document... - mpDocShell->SetModified(true); + mpDocShell->SetModified(); //I think SmDocShell uses this value when it sends an update graphics event //Anyway comments elsewhere suggests it need to be updated... mpDocShell->mnModifyCount++; -- cgit