diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 21:34:26 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 21:34:26 +1100 |
commit | 7606ff5b8c5e5e44c1398d78dd606adccdba2205 (patch) | |
tree | eff7cc23668a7517c0f5bf00052f8816c3347cc8 /vcl | |
parent | 48d38a419f5642993d027465eacdfaa8d7f59224 (diff) |
vcl: cosmetic cleanup to canvasbitmap.hxx
Change-Id: Ib41436e70992508191f3ada393874b769210ba20
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/canvasbitmap.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/canvasbitmap.hxx b/vcl/inc/canvasbitmap.hxx index be5c7cf79d11..024232b46067 100644 --- a/vcl/inc/canvasbitmap.hxx +++ b/vcl/inc/canvasbitmap.hxx @@ -35,8 +35,8 @@ namespace unotools { class VCL_DLLPUBLIC VclCanvasBitmap : public cppu::WeakImplHelper< css::rendering::XIntegerReadOnlyBitmap, - css::rendering::XBitmapPalette, - css::rendering::XIntegerBitmapColorSpace > + css::rendering::XBitmapPalette, + css::rendering::XIntegerBitmapColorSpace > { private: BitmapEx m_aBmpEx; @@ -112,7 +112,7 @@ namespace unotools explicit VclCanvasBitmap( const BitmapEx& rBitmap ); /// Retrieve contained bitmap. Call me with locked Solar mutex! - BitmapEx getBitmapEx() const { return m_aBmpEx;} + BitmapEx getBitmapEx() const { return m_aBmpEx; } }; } } |