[Libreoffice-commits] core.git: vcl/inc
Chris Sherlock
chris.sherlock79 at gmail.com
Wed Jan 27 02:35:19 PST 2016
vcl/inc/canvasbitmap.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 7606ff5b8c5e5e44c1398d78dd606adccdba2205
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Wed Jan 27 21:34:26 2016 +1100
vcl: cosmetic cleanup to canvasbitmap.hxx
Change-Id: Ib41436e70992508191f3ada393874b769210ba20
diff --git a/vcl/inc/canvasbitmap.hxx b/vcl/inc/canvasbitmap.hxx
index be5c7cf..024232b 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; }
};
}
}
More information about the Libreoffice-commits
mailing list