Bugzilla – Attachment 58719 Details for
Bug 47484
Use Blowfish encryption in ODF 1.0/1.1 mode by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
PATCH: Correct settings so taht default encryption is interoperable across ODF 1.0/1.1/1.2 implementations
saveopt.cxx.patch (text/plain), 770 bytes, created by
orcmid
on 2012-03-19 21:31:42 UTC
(
hide
)
Description:
PATCH: Correct settings so taht default encryption is interoperable across ODF 1.0/1.1/1.2 implementations
Filename:
MIME Type:
Creator:
orcmid
Created:
2012-03-19 21:31:42 UTC
Size:
770 bytes
patch
obsolete
> unotools/source/config/saveopt.cxx | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/unotools/source/config/saveopt.cxx b/unotools/source/config/saveopt.cxx >index ed030a7..9a7aff8 100644 >--- a/unotools/source/config/saveopt.cxx >+++ b/unotools/source/config/saveopt.cxx >@@ -403,8 +403,8 @@ SvtSaveOptions_Impl::SvtSaveOptions_Impl() > , bDoPrettyPrinting( sal_False ) > , bWarnAlienFormat( sal_True ) > , bLoadDocPrinter( sal_True ) >- , bUseSHA1InODF12( sal_False ) >- , bUseBlowfishInODF12( sal_False ) >+ , bUseSHA1InODF12( sal_True ) >+ , bUseBlowfishInODF12( sal_True ) > , eODFDefaultVersion( SvtSaveOptions::ODFVER_LATEST ) > , bROAutoSaveTime( CFG_READONLY_DEFAULT ) > , bROUseUserData( CFG_READONLY_DEFAULT )
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 47484
:
58718
| 58719