[Libreoffice-commits] core.git: include/canvas

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Jun 29 14:51:16 UTC 2019


 include/canvas/base/canvascustomspritebase.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6f43faccad7ecd719672ccf65fef06adccd7432a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:42:12 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jun 29 16:50:18 2019 +0200

    Fix typo
    
    Change-Id: I0ed3e793b7a06a250d0d72a3664191258f7c526f
    Reviewed-on: https://gerrit.libreoffice.org/74889
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/canvas/base/canvascustomspritebase.hxx b/include/canvas/base/canvascustomspritebase.hxx
index 14b530b9c5f0..cb75f500db62 100644
--- a/include/canvas/base/canvascustomspritebase.hxx
+++ b/include/canvas/base/canvascustomspritebase.hxx
@@ -41,7 +41,7 @@ namespace canvas
         WeakComponentImplHelperN templates with the appropriate
         interfaces. At least XCustomSprite and Sprite should be among
         them (why else would you use this template, then?). Base class
-        must have an Base( const Mutex& ) constructor (like the
+        must have a Base( const Mutex& ) constructor (like the
         WeakComponentImplHelperN templates have).
 
         @tpl SpriteHelper


More information about the Libreoffice-commits mailing list