summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-02 17:16:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 17:16:40 +0200
commit5c9258d1bb4d27d9934fdf4c1d789860b4dcea6f (patch)
treeb9b4432ee778558d29d74d4f2f34c0ca14c8e0b1 /unotools
parent8f05ad737b98c00f245822b2b12b3e4650ee2bb2 (diff)
-Werror,-Wunused-variable
Change-Id: Ibef564f992f3d62eab7711be66d7d465346222da
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();