diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-01-23 21:00:37 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-01-26 11:10:03 +0100 |
commit | 63d6d68ad377c66fc315d89b4a98ed52c0c9f782 (patch) | |
tree | 3894a009b52a6192a8b4b5def3eb6f1c14dabc75 /basegfx | |
parent | d750f25c013bde5b3282ce5fa0388dc2f3da6546 (diff) |
Fix typo
Change-Id: Ice95dfa060c9f6a50cfce704ab7228acbf1129aa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87293
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/tools/systemdependentdata.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/tools/systemdependentdata.cxx b/basegfx/source/tools/systemdependentdata.cxx index 53b1465eaf55..8dbe8915664f 100644 --- a/basegfx/source/tools/systemdependentdata.cxx +++ b/basegfx/source/tools/systemdependentdata.cxx @@ -82,7 +82,7 @@ namespace basegfx // return zero. As border, use 450 bytes. For polygons, this means to buffer // starting with ca. 50 points (GDIPLUS uses 9 bytes per coordinate). For // Bitmap data this means to more or less always buffer (as it was before). - // For the future, a more sophisticated differentioation may be added + // For the future, a more sophisticated differentiation may be added if(nBytes > 450) { const sal_uInt32 nSeconds = 60; // HoldCyclesInSeconds |