[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - sfx2/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Nov 30 15:23:45 UTC 2018
sfx2/source/doc/objserv.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 45c0acf163040dbe9bd8cc7a0d8a9df1a9fed24c
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Wed Nov 14 14:59:35 2018 +0100
Commit: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
CommitDate: Fri Nov 30 16:23:04 2018 +0100
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)
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx
index 585ea48f6397..2f98fc4f7628 100644
--- a/sfx2/source/doc/objserv.cxx
+++ b/sfx2/source/doc/objserv.cxx
@@ -1571,7 +1571,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