summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-07 11:58:35 +0200
committerNoel Grandin <noel@peralex.com>2014-02-07 12:14:33 +0200
commitc668efa5d9a90b814778f267758c7d7d55960017 (patch)
tree9d9fe5aeb807efec695d041854aceb89b22c03af /cui
parent6f984c03da002da2b4c347c5421ee9cdc6aab084 (diff)
coverity#738955 unused pointer value
Change-Id: I5e17afe36422d546249dfc849a2d948a6ef5030b
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optdict.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/options/optdict.cxx b/cui/source/options/optdict.cxx
index af009878db2c..3f65a6b1221f 100644
--- a/cui/source/options/optdict.cxx
+++ b/cui/source/options/optdict.cxx
@@ -184,8 +184,6 @@ IMPL_LINK_NOARG(SvxNewDictionaryDialog, OKHdl_Impl)
//! dictionaries may have been added/removed elsewhere too.
aDics = xDicList->getDictionaries();
}
- pDic = aDics.getConstArray();
- nCount = (sal_uInt16) aDics.getLength();
EndDialog( RET_OK );