summaryrefslogtreecommitdiff
path: root/include/vcl/bitmap.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2018-04-05 16:21:56 +1000
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-04-05 10:56:49 +0200
commit2844b2fc2925fb191ff2779293a1503c6278260b (patch)
treef42b35f1e2fb502954c5ae39794dac9d5eb440b4 /include/vcl/bitmap.hxx
parentf76a22c7656f8741cf26c220fed1f8cd5a7d79c1 (diff)
vcl: Bitmap::ImplAdaptBitCount() is not needed, just use AdaptBitCount()
Change-Id: I77e1e051f95c9dfe98b563ccf5c633e5373872f5 Reviewed-on: https://gerrit.libreoffice.org/52423 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/bitmap.hxx')
-rw-r--r--include/vcl/bitmap.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/bitmap.hxx b/include/vcl/bitmap.hxx
index 172230c61a8f..ebf481aa3777 100644
--- a/include/vcl/bitmap.hxx
+++ b/include/vcl/bitmap.hxx
@@ -474,7 +474,7 @@ public:
// Adapt the BitCount of rNew to BitCount of total, including grey or color palette
// Can be used to create alpha/mask bitmaps after their processing in 24bit
- void AdaptBitCount(Bitmap& rNew) const;
+ void AdaptBitCount(Bitmap& rNew) const;
/** Rotate bitmap by the specified angle
@@ -668,7 +668,6 @@ public:
SAL_DLLPRIVATE void ImplSetImpBitmap( const std::shared_ptr<ImpBitmap>& xImpBmp );
SAL_DLLPRIVATE void ImplAssignWithSize( const Bitmap& rBitmap );
- SAL_DLLPRIVATE void ImplAdaptBitCount(Bitmap& rNew) const;
SAL_DLLPRIVATE bool ImplScaleFast( const double& rScaleX, const double& rScaleY );
SAL_DLLPRIVATE bool ImplScaleInterpolate( const double& rScaleX, const double& rScaleY );