summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-05-09 05:13:27 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-05-09 23:29:46 +0200
commite68205f2b8f995e080412579afc21384a6a09895 (patch)
tree9b3a61340be61290aa2c0766f01d0df99549fcea /framework
parent26d7485ab30062c654612b2b8496af6331dade43 (diff)
coverity#736132: comparison of array against NULL
Change-Id: Icba7557140d65b769bef17df57e2cdc1bdba3193
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uiconfiguration/imagemanagerimpl.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/source/uiconfiguration/imagemanagerimpl.cxx b/framework/source/uiconfiguration/imagemanagerimpl.cxx
index 78d5156ec752..facc0e47345a 100644
--- a/framework/source/uiconfiguration/imagemanagerimpl.cxx
+++ b/framework/source/uiconfiguration/imagemanagerimpl.cxx
@@ -1427,9 +1427,6 @@ void ImageManagerImpl::clear()
{
ResetableGuard aGuard( m_aLock );
- if (!m_pUserImageList)
- return;
-
for ( sal_Int32 n = 0; n < ImageType_COUNT; n++ )
{
delete m_pUserImageList[n];