basegfx/source/tools/systemdependentdata.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 911282cfbbc8615d8f2e25ad932c8c34d8217b33 Author: Caolán McNamara <[email protected]> AuthorDate: Mon Oct 7 09:09:01 2019 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Mon Oct 7 12:48:39 2019 +0200 cid#1454631 Logically dead code Change-Id: Ie2850a38db3d2e343d9fc19e245eb97238196110 Reviewed-on: https://gerrit.libreoffice.org/80339 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/basegfx/source/tools/systemdependentdata.cxx b/basegfx/source/tools/systemdependentdata.cxx index 6f1e789d16c8..223b607ffae0 100644 --- a/basegfx/source/tools/systemdependentdata.cxx +++ b/basegfx/source/tools/systemdependentdata.cxx @@ -109,7 +109,7 @@ namespace basegfx } // set locally (once, on-demand created, non-zero) - const_cast<SystemDependentData*>(this)->mnCalculatedCycles = nResult < 1 ? 1 : nResult; + const_cast<SystemDependentData*>(this)->mnCalculatedCycles = nResult; } return mnCalculatedCycles; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
