Kaydet (Commit) 2e1cafaf authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin fairly pointless default for parameter that was defaulted just once anyway

Change-Id: If6d7c8f3223a45803a05d4950abe27bd90ac6dc6
üst 7cc22cb0
...@@ -24,7 +24,7 @@ namespace comphelper ...@@ -24,7 +24,7 @@ namespace comphelper
namespace ProfileRecording namespace ProfileRecording
{ {
COMPHELPER_DLLPUBLIC void startRecording(bool bRecording = true); COMPHELPER_DLLPUBLIC void startRecording(bool bRecording);
COMPHELPER_DLLPUBLIC long long addRecording(const char * aProfileId, long long aCreateTime); COMPHELPER_DLLPUBLIC long long addRecording(const char * aProfileId, long long aCreateTime);
......
...@@ -1924,7 +1924,7 @@ void SAL_CALL VCLXToolkit::pause(sal_Int32 nMilliseconds) ...@@ -1924,7 +1924,7 @@ void SAL_CALL VCLXToolkit::pause(sal_Int32 nMilliseconds)
void SAL_CALL VCLXToolkit::startRecording() void SAL_CALL VCLXToolkit::startRecording()
{ {
::comphelper::ProfileRecording::startRecording(); ::comphelper::ProfileRecording::startRecording(true);
} }
void SAL_CALL VCLXToolkit::stopRecording() void SAL_CALL VCLXToolkit::stopRecording()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment