summaryrefslogtreecommitdiff
path: root/include/vcl/bitmapex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/bitmapex.hxx')
-rw-r--r--include/vcl/bitmapex.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/bitmapex.hxx b/include/vcl/bitmapex.hxx
index 6b45883c6a1c..193795e35c5a 100644
--- a/include/vcl/bitmapex.hxx
+++ b/include/vcl/bitmapex.hxx
@@ -184,7 +184,7 @@ public:
bool CopyPixel(
const Rectangle& rRectDst,
const Rectangle& rRectSrc,
- const BitmapEx* pBmpExSrc = nullptr );
+ const BitmapEx* pBmpExSrc );
/** Fill the entire bitmap with the given color
@@ -329,7 +329,7 @@ public:
@return true, if the operation was completed successfully.
*/
bool Adjust(
- short nLuminancePercent = 0,
+ short nLuminancePercent,
short nContrastPercent = 0,
short nChannelRPercent = 0,
short nChannelGPercent = 0,
@@ -386,7 +386,7 @@ public:
double fWidth,
double fHeight,
const basegfx::B2DHomMatrix& rTransformation,
- bool bSmooth = true) const;
+ bool bSmooth) const;
/** Create transformed Bitmap
@@ -412,7 +412,7 @@ public:
BitmapEx getTransformed(
const basegfx::B2DHomMatrix& rTransformation,
const basegfx::B2DRange& rVisibleRange,
- double fMaximumArea = 500000.0,
+ double fMaximumArea,
bool bSmooth = true) const;
/** Create ColorStack-modified version of this BitmapEx