diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-04-12 16:06:39 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-04-23 13:39:25 +0200 |
commit | a40455528c4ec2c079444f320a02d1946e1d8ac9 (patch) | |
tree | f53dbb379424e8a81722986527e37ab2b1841a2b /toolkit | |
parent | 09849784f152296d83efdcecf770f272ebdcdffb (diff) |
Fix typo
Change-Id: Id2b8dd8c1d465a438ce6dfc859b007c5bfd98c51
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92080
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/inc/awt/vclxbitmap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) {} |