summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-25 21:09:22 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-25 21:12:20 +1100
commit269af267b8b65b8eecf9ea52e352e404d52ec568 (patch)
tree0c1b9b2a871308ed12ebf0cb5b6192e8d23bbd01 /vcl
parentfcecae91b8f38cf6e17e284415008ddd3a35f81d (diff)
vcl: minor tabification of vcl/inc/impbmp.hxx
Change-Id: I417cd5f5cdc356e3e7253345ab8b46a50ccbb6ae
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/impbmp.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/inc/impbmp.hxx b/vcl/inc/impbmp.hxx
index f2bd27dd352f..a98edfac1384 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;