summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2018-11-14 14:59:35 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2018-11-30 16:23:04 +0100
commit45c0acf163040dbe9bd8cc7a0d8a9df1a9fed24c (patch)
tree5fbe182b1120a1dcafb75e424ab89dcbc1fd564f /sfx2
parente1d8a49f22974d872689bda954142169657b8f2b (diff)
remove printf
Change-Id: I00394e7c9880bd96a4f68b6695f1b85fa95689b4 Reviewed-on: https://gerrit.libreoffice.org/63442 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> (cherry picked from commit 1874d71576d46e28b79fe2df87f379a28767dccc)
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/objserv.cxx1
1 files changed, 0 insertions, 1 deletions
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;