diff options
-rw-r--r-- | unotools/source/config/securityoptions.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unotools/source/config/securityoptions.cxx b/unotools/source/config/securityoptions.cxx index 20df661470b4..3a33933de9e3 100644 --- a/unotools/source/config/securityoptions.cxx +++ b/unotools/source/config/securityoptions.cxx @@ -253,6 +253,9 @@ SvtSecurityOptions_Impl::SvtSecurityOptions_Impl() ,m_bPrint ( sal_True ) ,m_bCreatePDF ( sal_True ) ,m_bRemoveInfo ( sal_True ) + ,m_bRecommendPwd(false) + ,m_bCtrlClickHyperlink(false) + ,m_bBlockUntrustedRefererLinks(false) ,m_nSecLevel ( sal_True ) ,m_seqTrustedAuthors ( DEFAULT_TRUSTEDAUTHORS ) ,m_bDisableMacros ( sal_False ) @@ -262,6 +265,9 @@ SvtSecurityOptions_Impl::SvtSecurityOptions_Impl() ,m_bROPrint ( CFG_READONLY_DEFAULT ) ,m_bROCreatePDF ( CFG_READONLY_DEFAULT ) ,m_bRORemoveInfo ( CFG_READONLY_DEFAULT ) + ,m_bRORecommendPwd(CFG_READONLY_DEFAULT) + ,m_bROCtrlClickHyperlink(CFG_READONLY_DEFAULT) + ,m_bROBlockUntrustedRefererLinks(CFG_READONLY_DEFAULT) ,m_bROSecLevel ( CFG_READONLY_DEFAULT ) ,m_bROTrustedAuthors ( CFG_READONLY_DEFAULT ) ,m_bRODisableMacros ( sal_True ) // currently is not intended to be changed |