[Libreoffice-commits] core.git: 2 commits - vcl/inc
Chris Sherlock
chris.sherlock79 at gmail.com
Mon Jan 25 02:13:57 PST 2016
vcl/inc/impbmp.hxx | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
New commits:
commit be4a8f1647346d2fea8585f8ff36e6a537064b77
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Mon Jan 25 21:12:01 2016 +1100
vcl: remove unnecessary headers from impbmp.hxx
Change-Id: Ibb49d1734a58f0ba46704daaad766bdfca005e6e
diff --git a/vcl/inc/impbmp.hxx b/vcl/inc/impbmp.hxx
index a98edfa..feb94a8 100644
--- a/vcl/inc/impbmp.hxx
+++ b/vcl/inc/impbmp.hxx
@@ -21,8 +21,6 @@
#define INCLUDED_VCL_INC_IMPBMP_HXX
#include <vcl/salbtype.hxx>
-#include <tools/gen.hxx>
-#include <tools/solar.h>
extern const sal_uLong nVCLRLut[ 6 ];
extern const sal_uLong nVCLGLut[ 6 ];
commit 269af267b8b65b8eecf9ea52e352e404d52ec568
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Mon Jan 25 21:09:22 2016 +1100
vcl: minor tabification of vcl/inc/impbmp.hxx
Change-Id: I417cd5f5cdc356e3e7253345ab8b46a50ccbb6ae
diff --git a/vcl/inc/impbmp.hxx b/vcl/inc/impbmp.hxx
index f2bd27d..a98edfa 100644
--- a/vcl/inc/impbmp.hxx
+++ b/vcl/inc/impbmp.hxx
@@ -54,10 +54,10 @@ public:
SalBitmap* ImplGetSalBitmap() const { return mpSalBitmap; }
- bool ImplCreate( const Size& rSize, sal_uInt16 nBitCount, const BitmapPalette& rPal );
- bool ImplCreate( const ImpBitmap& rImpBitmap );
- bool ImplCreate( const ImpBitmap& rImpBitmap, SalGraphics* pGraphics );
- bool ImplCreate( const ImpBitmap& rImpBitmap, sal_uInt16 nNewBitCount );
+ bool ImplCreate( const Size& rSize, sal_uInt16 nBitCount, const BitmapPalette& rPal );
+ bool ImplCreate( const ImpBitmap& rImpBitmap );
+ bool ImplCreate( const ImpBitmap& rImpBitmap, SalGraphics* pGraphics );
+ bool ImplCreate( const ImpBitmap& rImpBitmap, sal_uInt16 nNewBitCount );
Size ImplGetSize() const;
sal_uInt16 ImplGetBitCount() const;
More information about the Libreoffice-commits
mailing list