summaryrefslogtreecommitdiff
path: root/toolkit/inc/awt/vclxbitmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/inc/awt/vclxbitmap.hxx')
-rw-r--r--toolkit/inc/awt/vclxbitmap.hxx2
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) {}
>Unindent.Kohei Yoshida 2014-10-21nShearWink -> nShearAngleMiklos Vajna 2014-10-15loplugin: cstylecastNoel Grandin 2014-10-15nDrehWink -> nRotationAngleMiklos Vajna 2014-08-25Consistency around SdrMetricItem in svx/sderitm.hxxStephan Bergmann 2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist 2014-02-26Remove visual noise from svxAlexander Wilms 2013-04-11Resolves: #i119287# exchanged hard attributes for OLE and GraphicObjectArmin Le Grand