summaryrefslogtreecommitdiff
path: root/include/svx/xoutbmp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xoutbmp.hxx')
-rw-r--r--include/svx/xoutbmp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/xoutbmp.hxx b/include/svx/xoutbmp.hxx
index c694625092a0..032716fb553b 100644
--- a/include/svx/xoutbmp.hxx
+++ b/include/svx/xoutbmp.hxx
@@ -59,7 +59,7 @@ public:
static Graphic MirrorGraphic( const Graphic& rGraphic, const BmpMirrorFlags nMirrorFlags );
static Animation MirrorAnimation( const Animation& rAnimation, bool bHMirr, bool bVMirr );
static sal_uInt16 WriteGraphic( const Graphic& rGraphic, OUString& rFileName,
- const OUString& rFilterName, const XOutFlags nFlags = XOutFlags::NONE,
+ const OUString& rFilterName, const XOutFlags nFlags,
const Size* pMtfSize_100TH_MM = nullptr );
static bool GraphicToBase64(const Graphic& rGraphic, OUString& rOUString);
@@ -70,7 +70,7 @@ public:
static Bitmap DetectEdges( const Bitmap& rBmp, const sal_uInt8 cThreshold );
static tools::Polygon GetCountour( const Bitmap& rBmp, const XOutFlags nContourFlags,
- const sal_uInt8 cEdgeDetectThreshold = 50,
+ const sal_uInt8 cEdgeDetectThreshold,
const Rectangle* pWorkRect = nullptr );
};