[Libreoffice-commits] core.git: toolkit/inc
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 23 11:40:04 UTC 2020
toolkit/inc/awt/vclxbitmap.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a40455528c4ec2c079444f320a02d1946e1d8ac9
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 12 16:06:39 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
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) {}
More information about the Libreoffice-commits
mailing list