summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-28 12:24:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-28 13:44:18 +0200
commitcb1507746ab47ba1b15e0871c57181aa51ef66d4 (patch)
tree5f9ac88df086a5876c8fefd4ec94a601635a87b0 /unotools
parentc446a09217670c025076cbc9135bcdb5d8e11757 (diff)
SvtSecurityOptions_Impl::m_nSecLevel is of type sal_Int32
Change-Id: I82576e00de006caa6f7f6e414e5399d035aed1bf
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/securityoptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/securityoptions.cxx b/unotools/source/config/securityoptions.cxx
index cf5c3b9d188a..4b1f48472586 100644
--- a/unotools/source/config/securityoptions.cxx
+++ b/unotools/source/config/securityoptions.cxx
@@ -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 )