summaryrefslogtreecommitdiff
path: root/svx/source/form/fmshimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/fmshimp.cxx')
-rw-r--r--svx/source/form/fmshimp.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index 3571e2e71f05..d974e9ad9484 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -3509,8 +3509,7 @@ void FmXFormShell::SetWizardUsing_Lock(bool _bUseThem)
m_bUseWizards = _bUseThem;
Sequence< OUString > aNames { "FormControlPilotsEnabled" };
- Sequence< Any > aValues(1);
- aValues[0] <<= m_bUseWizards;
+ Sequence< Any > aValues{ Any(m_bUseWizards) };
PutProperties(aNames, aValues);
}