Kaydet (Commit) 3c96a9c4 authored tarafından Caolán McNamara's avatar Caolán McNamara

unused Image in framework, luckily because uses GetImage on pos not id

Change-Id: I97dab3bc1025cd4804910c228235b49216f3afe7
üst e1da65d6
...@@ -889,7 +889,6 @@ throw ( css::lang::IllegalArgumentException, ...@@ -889,7 +889,6 @@ throw ( css::lang::IllegalArgumentException,
sal_uInt16 nPos = pImageList->GetImagePos( aCommandURLSequence[i] ); sal_uInt16 nPos = pImageList->GetImagePos( aCommandURLSequence[i] );
if ( nPos != IMAGELIST_IMAGE_NOTFOUND ) if ( nPos != IMAGELIST_IMAGE_NOTFOUND )
{ {
Image aImage = pImageList->GetImage( nPos );
sal_uInt16 nId = pImageList->GetImageId( nPos ); sal_uInt16 nId = pImageList->GetImageId( nPos );
pImageList->RemoveImage( nId ); pImageList->RemoveImage( nId );
......
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