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

-Werror,-Wunused-variable

Change-Id: Ibef564f992f3d62eab7711be66d7d465346222da
üst 8f05ad73
...@@ -706,7 +706,6 @@ void SvtSecurityOptions_Impl::Commit() ...@@ -706,7 +706,6 @@ void SvtSecurityOptions_Impl::Commit()
OUString s(CSTR_MACRO_TRUSTEDAUTHORS); OUString s(CSTR_MACRO_TRUSTEDAUTHORS);
s += "/a"; s += "/a";
Sequence< Sequence< com::sun::star::beans::PropertyValue > > lPropertyValuesSeq( nCnt );
for( sal_Int32 i = 0 ; i < nCnt ; ++i ) for( sal_Int32 i = 0 ; i < nCnt ; ++i )
{ {
OUString aPrefix = OUStringBuffer(s).append(i).append('/').makeStringAndClear(); OUString aPrefix = OUStringBuffer(s).append(i).append('/').makeStringAndClear();
......
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