[Libreoffice-commits] core.git: 2 commits - canvas/source filter/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Dec 19 09:29:08 UTC 2019
canvas/source/vcl/canvashelper_texturefill.cxx | 2 +-
filter/source/config/cache/cacheupdatelistener.hxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 599668405fca133c8e094bd53f7c60bed33d574d
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 19 10:24:39 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 19 10:28:23 2019 +0100
Fix typo
Change-Id: I05a1d6f745e0df1385932585947aba66981209f2
Reviewed-on: https://gerrit.libreoffice.org/85490
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/canvas/source/vcl/canvashelper_texturefill.cxx b/canvas/source/vcl/canvashelper_texturefill.cxx
index efd10070c1f9..3650c8317513 100644
--- a/canvas/source/vcl/canvashelper_texturefill.cxx
+++ b/canvas/source/vcl/canvashelper_texturefill.cxx
@@ -750,7 +750,7 @@ namespace vclcanvas
// GraphicObject flip the bitmap
// The angle has to be mapped from radian to tenths of
- // degress with the orientation reversed: [0,2Pi) ->
+ // degrees with the orientation reversed: [0,2Pi) ->
// (3600,0]. Note that the original angle may have
// values outside the [0,2Pi) interval.
const double nAngleInTenthOfDegrees (3600.0 - nRotate * 3600.0 / (2*M_PI));
commit 738b7b3d308f530bd4df3380284cca18ddedb525
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 19 10:24:36 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 19 10:28:01 2019 +0100
Fix typo
Change-Id: I90432c3d81878a43f7562e3798a9f5d8133f92ee
Reviewed-on: https://gerrit.libreoffice.org/85489
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/filter/source/config/cache/cacheupdatelistener.hxx b/filter/source/config/cache/cacheupdatelistener.hxx
index 62e01c91c64a..2ac4f9f3beb9 100644
--- a/filter/source/config/cache/cacheupdatelistener.hxx
+++ b/filter/source/config/cache/cacheupdatelistener.hxx
@@ -50,7 +50,7 @@ class CacheUpdateListener : public BaseLock // must be the first one to guarante
/** @short every instance of this update listener listen on
a special sub set of the filter configuration.
So it should know, which type of configuration entry
- it must put into the filter cache, if the configuration notifys changes ... */
+ it must put into the filter cache, if the configuration notifies changes ... */
FilterCache::EItemType m_eConfigType;
More information about the Libreoffice-commits
mailing list