summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/securityoptions.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/unotools/source/config/securityoptions.cxx b/unotools/source/config/securityoptions.cxx
index a10418c7446b..efcb2a1dcd7f 100644
--- a/unotools/source/config/securityoptions.cxx
+++ b/unotools/source/config/securityoptions.cxx
@@ -706,7 +706,6 @@ void SvtSecurityOptions_Impl::Commit()
OUString s(CSTR_MACRO_TRUSTEDAUTHORS);
s += "/a";
- Sequence< Sequence< com::sun::star::beans::PropertyValue > > lPropertyValuesSeq( nCnt );
for( sal_Int32 i = 0 ; i < nCnt ; ++i )
{
OUString aPrefix = OUStringBuffer(s).append(i).append('/').makeStringAndClear();