summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/wrapper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-12 12:35:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-12 12:17:26 +0000
commit02ed1924eb34e8ea13da8337c12b127f81211770 (patch)
tree354ce0995b6dcf8814d7b96bec215afa906b7e1b /sdext/source/pdfimport/wrapper
parentb540899c1ea33d3418e737428b51ea75278d6d4f (diff)
OSL_TRACE->SAL in sd..sdext
Change-Id: I6b224fa890dc96aada7140af27078da5e25c3ff8 Reviewed-on: https://gerrit.libreoffice.org/31898 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sdext/source/pdfimport/wrapper')
-rw-r--r--sdext/source/pdfimport/wrapper/wrapper.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/wrapper/wrapper.cxx b/sdext/source/pdfimport/wrapper/wrapper.cxx
index 90d471a23bb8..7c5221cc4922 100644
--- a/sdext/source/pdfimport/wrapper/wrapper.cxx
+++ b/sdext/source/pdfimport/wrapper/wrapper.cxx
@@ -952,7 +952,6 @@ static bool checkEncryption( const OUString& i_rPa
} while( bEntered && ! bAuthenticated );
}
- OSL_TRACE( "password: %s", bAuthenticated ? "matches" : "does not match" );
bSuccess = bAuthenticated;
}
}