diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-02-22 13:55:05 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-02-22 18:45:55 +0100 |
commit | 5a69e210abfb05f66761fe502fac3f2bb3899b65 (patch) | |
tree | 2712b72f5778744943b86461fb4823b58803d4ef /vcl | |
parent | f1d6788fe1767f97e3ca2c67c7415f8c18c3d618 (diff) |
Fix typo
Change-Id: Ib8a7cdffe765d3ef52add81a692eb7bd88bfed15
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89255
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/outdev/bitmap.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/outdev/bitmap.cxx b/vcl/source/outdev/bitmap.cxx index 719c9e6e0b2a..0e1f3979e5ba 100644 --- a/vcl/source/outdev/bitmap.cxx +++ b/vcl/source/outdev/bitmap.cxx @@ -1157,9 +1157,9 @@ bool OutputDevice::TransformAndReduceBitmapExToTargetRange( return true; } -// MM02 add som etest class to get a simple timer-based output to be able +// MM02 add some test class to get a simple timer-based output to be able // to check if it gets faster - and how much. Uncomment next line or set -// DO_TIME_TEST for compile tiome if you want to use it +// DO_TIME_TEST for compile time if you want to use it // #define DO_TIME_TEST #ifdef DO_TIME_TEST #include <tools/time.hxx> |