toolkit/inc/awt/vclxbitmap.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a40455528c4ec2c079444f320a02d1946e1d8ac9 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Apr 12 16:06:39 2020 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Thu Apr 23 13:39:25 2020 +0200 Fix typo Change-Id: Id2b8dd8c1d465a438ce6dfc859b007c5bfd98c51 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92080 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/toolkit/inc/awt/vclxbitmap.hxx b/toolkit/inc/awt/vclxbitmap.hxx index abf40aa9e9f0..61be1e4047ff 100644 --- a/toolkit/inc/awt/vclxbitmap.hxx +++ b/toolkit/inc/awt/vclxbitmap.hxx @@ -45,7 +45,7 @@ class VCLXBitmap final : public cppu::WeakImplHelper< public: - // linine constructors + // inline constructors VCLXBitmap() : maMutex(), maBitmap() {} VCLXBitmap(const BitmapEx& rBitmapEx) : maMutex(), maBitmap(rBitmapEx) {} _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
