diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2018-11-14 14:59:35 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2018-11-22 11:18:51 +0100 |
commit | 1874d71576d46e28b79fe2df87f379a28767dccc (patch) | |
tree | e054a7c6fc1cce18e5af3173a7223e2ae77d5cea /sfx2/source/doc | |
parent | 94ef4c13138c5d3b410c7ef5f285cc63c585e784 (diff) |
remove printf
Change-Id: I00394e7c9880bd96a4f68b6695f1b85fa95689b4
Reviewed-on: https://gerrit.libreoffice.org/63442
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sfx2/source/doc')
-rw-r--r-- | sfx2/source/doc/objserv.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |