summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/BitmapTools.hxx2
-rw-r--r--include/vcl/bitmap.hxx2
-rw-r--r--include/vcl/idle.hxx4
-rw-r--r--include/vcl/opengl/OpenGLContext.hxx2
-rw-r--r--include/vcl/timer.hxx2
-rw-r--r--include/vcl/toolbox.hxx2
-rw-r--r--include/vcl/wrkwin.hxx2
7 files changed, 8 insertions, 8 deletions
diff --git a/include/vcl/BitmapTools.hxx b/include/vcl/BitmapTools.hxx
index d46d34b43360..3517a9d0dd5c 100644
--- a/include/vcl/BitmapTools.hxx
+++ b/include/vcl/BitmapTools.hxx
@@ -20,7 +20,7 @@ namespace bitmap {
BitmapEx VCL_DLLPUBLIC loadFromName(const OUString& rFileName, const ImageLoadFlags eFlags = ImageLoadFlags::NONE);
-void loadFromSvg(SvStream& rStream, const OUString& sPath, BitmapEx& rBitmapEx, double fScaleFactor = 1.0);
+void loadFromSvg(SvStream& rStream, const OUString& sPath, BitmapEx& rBitmapEx, double fScaleFactor);
}} // end vcl::bitmap
diff --git a/include/vcl/bitmap.hxx b/include/vcl/bitmap.hxx
index 66a056448b53..f2cd512b3158 100644
--- a/include/vcl/bitmap.hxx
+++ b/include/vcl/bitmap.hxx
@@ -574,7 +574,7 @@ public:
const Color* pSearchColors,
const Color* rReplaceColors,
sal_uLong nColorCount,
- sal_uLong* pTols = nullptr );
+ sal_uLong* pTols );
/** Convert the bitmap to a meta file
diff --git a/include/vcl/idle.hxx b/include/vcl/idle.hxx
index 18d4e8abaab7..f58061313611 100644
--- a/include/vcl/idle.hxx
+++ b/include/vcl/idle.hxx
@@ -38,7 +38,7 @@ protected:
virtual sal_uInt64 UpdateMinPeriod(
sal_uInt64 nMinPeriod, sal_uInt64 nTimeNow ) const override;
- Idle( bool bAuto, const sal_Char *pDebugName = nullptr );
+ Idle( bool bAuto, const sal_Char *pDebugName );
public:
Idle( const sal_Char *pDebugName = nullptr );
@@ -58,7 +58,7 @@ public:
class VCL_DLLPUBLIC AutoIdle : public Idle
{
public:
- AutoIdle( const sal_Char *pDebugName = nullptr );
+ AutoIdle( const sal_Char *pDebugName );
};
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx
index 2df8f8c563fb..ad9ef72b824a 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -75,7 +75,7 @@ public:
void requestLegacyContext();
- bool init(vcl::Window* pParent = nullptr);
+ bool init(vcl::Window* pParent);
bool init(SystemChildWindow* pChildWindow);
void reset();
diff --git a/include/vcl/timer.hxx b/include/vcl/timer.hxx
index ad2206f1e41c..88f1558b8518 100644
--- a/include/vcl/timer.hxx
+++ b/include/vcl/timer.hxx
@@ -34,7 +34,7 @@ protected:
virtual sal_uInt64 UpdateMinPeriod(
sal_uInt64 nMinPeriod, sal_uInt64 nTimeNow ) const override;
- Timer( bool bAuto, const sal_Char *pDebugName = nullptr );
+ Timer( bool bAuto, const sal_Char *pDebugName );
public:
Timer( const sal_Char *pDebugName = nullptr );
diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx
index e6d213027e60..df9120f305d2 100644
--- a/include/vcl/toolbox.hxx
+++ b/include/vcl/toolbox.hxx
@@ -327,7 +327,7 @@ public:
void CopyItem( const ToolBox& rToolBox, sal_uInt16 nItemId );
void Clear();
- void SetButtonType( ButtonType eNewType = ButtonType::SYMBOLONLY );
+ void SetButtonType( ButtonType eNewType );
ButtonType GetButtonType() const { return meButtonType; }
// sets a fixed button size (small, large or dontcare (==autosize))
diff --git a/include/vcl/wrkwin.hxx b/include/vcl/wrkwin.hxx
index ef8f28ab01cf..3d2c22840f44 100644
--- a/include/vcl/wrkwin.hxx
+++ b/include/vcl/wrkwin.hxx
@@ -79,7 +79,7 @@ public:
/**
@overload void ShowFullScreenMode(bool bFullScreenMode, sal_Int32 nDisplayScreen)
*/
- void ShowFullScreenMode( bool bFullScreenMode = true );
+ void ShowFullScreenMode( bool bFullScreenMode );
bool IsFullScreenMode() const { return mbFullScreenMode; }
void StartPresentationMode( bool bPresentation,