diff options
author | Ryan McCoskrie <ryan.mccoskrie@gmail.com> | 2015-09-10 10:17:35 +1200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-10-30 20:07:19 +0000 |
commit | d77af785f962efa6f783a5106671d608c313f853 (patch) | |
tree | 0d0eac4cf047113f152dd6f2c450992c34f4fa54 /sc | |
parent | a461ab5fd60068202189a2f426490b95b68efa3c (diff) |
tdf#93684 - Remove SalFrame::Sync
Change-Id: Icae9cf0a17f9cdf9a671c7e7278019d6980602b1
Reviewed-on: https://gerrit.libreoffice.org/18453
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/miscdlgs/optsolver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/miscdlgs/optsolver.cxx b/sc/source/ui/miscdlgs/optsolver.cxx index 01a7d5e3750c..cd18e0a1911b 100644 --- a/sc/source/ui/miscdlgs/optsolver.cxx +++ b/sc/source/ui/miscdlgs/optsolver.cxx @@ -849,7 +849,7 @@ bool ScOptSolverDlg::CallSolver() // return true -> close dialog after cal aProgress->HideTimeLimit(); aProgress->Show(); aProgress->Update(); - aProgress->Sync(); + aProgress->Flush(); // try to make sure the progress dialog is painted before continuing Application::Reschedule(true); |