[Libreoffice-commits] core.git: sfx2/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 22 10:19:17 UTC 2018
sfx2/source/doc/objserv.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 1874d71576d46e28b79fe2df87f379a28767dccc
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Wed Nov 14 14:59:35 2018 +0100
Commit: Tomaž Vajngerl <quikee at gmail.com>
CommitDate: Thu Nov 22 11:18:51 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>
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx
index 6777e64d9cf5..d2ed65c8064f 100644
--- a/sfx2/source/doc/objserv.cxx
+++ b/sfx2/source/doc/objserv.cxx
@@ -1647,7 +1647,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