[Libreoffice-commits] core.git: 2 commits - helpcontent2 include/comphelper toolkit/source
Tor Lillqvist
tml at collabora.com
Thu Aug 31 11:15:06 UTC 2017
helpcontent2 | 2 +-
include/comphelper/profilezone.hxx | 2 +-
toolkit/source/awt/vclxtoolkit.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 2e1cafaf66f05b172d038feb721e646f5f6bed49
Author: Tor Lillqvist <tml at collabora.com>
Date: Thu Aug 31 13:26:24 2017 +0300
Bin fairly pointless default for parameter that was defaulted just once anyway
Change-Id: If6d7c8f3223a45803a05d4950abe27bd90ac6dc6
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);
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx
index eb888f6f0872..866eb2a4cc2c 100644
--- a/toolkit/source/awt/vclxtoolkit.cxx
+++ b/toolkit/source/awt/vclxtoolkit.cxx
@@ -1924,7 +1924,7 @@ void SAL_CALL VCLXToolkit::pause(sal_Int32 nMilliseconds)
void SAL_CALL VCLXToolkit::startRecording()
{
- ::comphelper::ProfileRecording::startRecording();
+ ::comphelper::ProfileRecording::startRecording(true);
}
void SAL_CALL VCLXToolkit::stopRecording()
commit 7cc22cb0698a8524538f44975305eee51f0b31fe
Author: Katarina Behrens <Katarina.Behrens at cib.de>
Date: Thu Aug 31 00:14:16 2017 +0200
Updated core
Project: help d32748eb92d52f1163ff560529ac488dfb25a3b7
tdf#105606: Clarify access to X509 certificate storage
* hint to MSIE on Windows, it's perhaps the easiest
* MacOSX uses TB/FF storage
* point to Tools > Options way to choose which TB/FF profile to use
* env. variables are so 90ties
Change-Id: I6aef05d1f71f98c71cfcc0278b0e5d373959f0ca
Reviewed-on: https://gerrit.libreoffice.org/41743
Reviewed-by: Gabor Kelemen <kelemeng at ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng at ubuntu.com>
diff --git a/helpcontent2 b/helpcontent2
index ba1b065b296a..d32748eb92d5 160000
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit ba1b065b296a1fce482bb3ebfa2fc8b765b45456
+Subproject commit d32748eb92d52f1163ff560529ac488dfb25a3b7
More information about the Libreoffice-commits
mailing list