[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sfx2/source
Tomaž Vajngerl (via logerrit)
logerrit at kemper.freedesktop.org
Sun Sep 22 08:08:58 UTC 2019
sfx2/source/doc/objserv.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit a7ef1dcae2565b0aebe88ae368594f07cb457d6d
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Wed Nov 14 14:59:35 2018 +0100
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Sun Sep 22 10:08:24 2019 +0200
remove printf
Change-Id: I00394e7c9880bd96a4f68b6695f1b85fa95689b4
Reviewed-on: https://gerrit.libreoffice.org/63442
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>
(cherry picked from commit 1874d71576d46e28b79fe2df87f379a28767dccc)
Reviewed-on: https://gerrit.libreoffice.org/79294
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx
index 01f127ea2865..4064c070ff05 100644
--- a/sfx2/source/doc/objserv.cxx
+++ b/sfx2/source/doc/objserv.cxx
@@ -1905,7 +1905,6 @@ bool SfxObjectShell::SignDocumentContentUsingCertificate(const Reference<XCertif
// we have to store to the original document, the original medium should be closed for this time
bool bResult = ConnectTmpStorage_Impl( pMedium->GetStorage(), pMedium);
- printf("ConnectTmpStorage_Impl %d\n", bResult);
if (!bResult)
return false;
More information about the Libreoffice-commits
mailing list