[Libreoffice-commits] core.git: vcl/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Feb 22 17:46:27 UTC 2020
vcl/source/outdev/bitmap.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5a69e210abfb05f66761fe502fac3f2bb3899b65
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Feb 22 13:55:05 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Feb 22 18:45:55 2020 +0100
Fix typo
Change-Id: Ib8a7cdffe765d3ef52add81a692eb7bd88bfed15
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89255
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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>
More information about the Libreoffice-commits
mailing list