Kaydet (Commit) cb150774 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

SvtSecurityOptions_Impl::m_nSecLevel is of type sal_Int32

Change-Id: I82576e00de006caa6f7f6e414e5399d035aed1bf
üst c446a092
......@@ -220,7 +220,7 @@ SvtSecurityOptions_Impl::SvtSecurityOptions_Impl()
,m_bRecommendPwd(false)
,m_bCtrlClickHyperlink(false)
,m_bBlockUntrustedRefererLinks(false)
,m_nSecLevel ( sal_True )
,m_nSecLevel ( 1 )
,m_seqTrustedAuthors ( DEFAULT_TRUSTEDAUTHORS )
,m_bDisableMacros ( false )
,m_bROSecureURLs ( CFG_READONLY_DEFAULT )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment