include/canvas/base/bitmapcanvasbase.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f448732758bb3a6cb05d89a6bfc9b049becdb3a3 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jun 14 22:42:13 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sat Jun 29 16:50:40 2019 +0200 Fix typo Change-Id: I5f9f109f32621404034e23df431f0630e498240b Reviewed-on: https://gerrit.libreoffice.org/74878 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/canvas/base/bitmapcanvasbase.hxx b/include/canvas/base/bitmapcanvasbase.hxx index c15f76413288..db4a2b1f75fe 100644 --- a/include/canvas/base/bitmapcanvasbase.hxx +++ b/include/canvas/base/bitmapcanvasbase.hxx @@ -38,7 +38,7 @@ namespace canvas WeakComponentImplHelperN templates with the appropriate interfaces. At least XBitmapCanvas should be among them (why else would you use this template, then?). Base class must have - an Base( const Mutex& ) constructor (like the + a Base( const Mutex& ) constructor (like the WeakComponentImplHelperN templates have). @tpl CanvasHelper _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
