diff options
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/core/DocumentCrypt.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/core/DocumentCrypt.cxx b/oox/source/core/DocumentCrypt.cxx index b9056ab09504..6fe59ab66273 100644 --- a/oox/source/core/DocumentCrypt.cxx +++ b/oox/source/core/DocumentCrypt.cxx @@ -416,7 +416,6 @@ bool AesEncoder::encode() return false; sal_uInt32 aLength = xSeekable->getLength(); - printf("%d\n", aLength); if (!mrOleStorage.isStorage()) return false; |