summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-04 16:56:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-04 20:34:55 +0000
commit8077cc31a00ea32272102641f5814bba6098144b (patch)
treebab5b0b99d80c23e6fa2d20f8e1a1d38834f8daf /include
parent6106fea591f685bc1fd5b65ade86e2e45dbc58e1 (diff)
all users of InsertFromHorizontalBitmap use all args
Change-Id: I458036b084645af509d64a78f5389415dfc4115a
Diffstat (limited to 'include')
-rw-r--r--include/vcl/image.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/image.hxx b/include/vcl/image.hxx
index f6ed44a6f1fd..f2aceb42a9fe 100644
--- a/include/vcl/image.hxx
+++ b/include/vcl/image.hxx
@@ -80,12 +80,12 @@ public:
void InsertFromHorizontalStrip( const BitmapEx &rBitmapEx,
const std::vector< OUString > &rNameVector );
- void InsertFromHorizontalBitmap( const ResId& rResId,
+ void InsertFromHorizontalBitmap(const ResId& rResId,
sal_uInt16 nCount,
const Color *pNonAlphaMaskColor,
- const Color *pSearchColors = nullptr,
- const Color *pReplaceColors = nullptr,
- sal_uLong nColorCount = 0);
+ const Color *pSearchColors,
+ const Color *pReplaceColors,
+ sal_uLong nColorCount);
BitmapEx GetAsHorizontalStrip() const;
sal_uInt16 GetImageCount() const;
Size GetImageSize() const;