From 2e1cafaf66f05b172d038feb721e646f5f6bed49 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 31 Aug 2017 13:26:24 +0300 Subject: Bin fairly pointless default for parameter that was defaulted just once anyway Change-Id: If6d7c8f3223a45803a05d4950abe27bd90ac6dc6 --- include/comphelper/profilezone.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/comphelper') diff --git a/include/comphelper/profilezone.hxx b/include/comphelper/profilezone.hxx index 7c278294cb38..764601682f05 100644 --- a/include/comphelper/profilezone.hxx +++ b/include/comphelper/profilezone.hxx @@ -24,7 +24,7 @@ namespace comphelper 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); -- cgit