summaryrefslogtreecommitdiff
path: root/unotools/source/config/extendedsecurityoptions.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-12 20:12:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-12 20:12:36 +0100
commitb7f0446d78923c46ab604ccaf48970a6b405ba5e (patch)
tree1ec06811d63d2ef0d10c54cd63cdf94dd90a6df0 /unotools/source/config/extendedsecurityoptions.cxx
parentd9384ef6e42419ecb77590c785eadf69e3d43428 (diff)
More loplugin:cstylecast: unotools
auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable loplugin:cstylecast for some more cases" plus solenv/clang-format/reformat-formatted-files Change-Id: I40a3ff5a436766f8d16f154eff2726b4873a0eb1
Diffstat (limited to 'unotools/source/config/extendedsecurityoptions.cxx')
-rw-r--r--unotools/source/config/extendedsecurityoptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/extendedsecurityoptions.cxx b/unotools/source/config/extendedsecurityoptions.cxx
index 2d1279c95f52..cb0cfab699e4 100644
--- a/unotools/source/config/extendedsecurityoptions.cxx
+++ b/unotools/source/config/extendedsecurityoptions.cxx
@@ -173,7 +173,7 @@ void SvtExtendedSecurityOptions_Impl::ImplCommit()
switch( nProperty )
{
case PROPERTYHANDLE_HYPERLINKS_OPEN: {
- seqValues[nProperty] <<= (sal_Int32)m_eOpenHyperlinkMode;
+ seqValues[nProperty] <<= static_cast<sal_Int32>(m_eOpenHyperlinkMode);
}
break;
}