summaryrefslogtreecommitdiffstats
path: root/sfx2/source/appl/appcfg.cxx
diff options
context:
space:
mode:
authorBrad Sowden <code@sowden.org>2011-12-29 22:30:13 +1300
committerLuboš Luňák <l.lunak@suse.cz>2012-01-04 13:49:11 +0100
commit9da30d99715466cf161da283caaf2faadfc7e5d9 (patch)
tree4a3087c5a02d856523354a5d024b26a2fba2ec6f /sfx2/source/appl/appcfg.cxx
parentEasyhack fdo#38831 remove SvStrings (diff)
downloadcore-9da30d99715466cf161da283caaf2faadfc7e5d9.tar.gz
core-9da30d99715466cf161da283caaf2faadfc7e5d9.zip
Easyhack fdo#38831 remove SvStrings
Remove unused variables.
Diffstat (limited to 'sfx2/source/appl/appcfg.cxx')
-rw-r--r--sfx2/source/appl/appcfg.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx
index f035e026315d..85e5374c637b 100644
--- a/sfx2/source/appl/appcfg.cxx
+++ b/sfx2/source/appl/appcfg.cxx
@@ -760,8 +760,6 @@ void SfxApplication::SetOptions_Impl( const SfxItemSet& rSet )
// Secure-Referers
if ( SFX_ITEM_SET == rSet.GetItemState(SID_SECURE_URL, sal_True, &pItem))
{
- DELETEZ(pAppData_Impl->pSecureURLs);
-
DBG_ASSERT(pItem->ISA(SfxStringListItem), "StringListItem expected");
const std::vector<String> &aList = ((SfxStringListItem*)pItem)->GetList();
sal_uInt32 nCount = aList.size();