diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-05-31 14:34:59 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-05-31 14:58:05 +0100 |
commit | dc0d009f10dee5d379b41abcd51d181dda38f1dd (patch) | |
tree | e7e14449e6c13fb155d96e6be9e77940119d3314 /basic | |
parent | 4139e6a208ea5040b169e9775828a5513c4f4ea9 (diff) |
targetted misc. minor cppcheck cleanups reversion
Change-Id: Ic7f91c035d3e7f0e792d2e9ab217e1fc4ebcf697
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/uno/dlgcont.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/uno/dlgcont.cxx b/basic/source/uno/dlgcont.cxx index 4c4c502cc82b..10765756a9ae 100644 --- a/basic/source/uno/dlgcont.cxx +++ b/basic/source/uno/dlgcont.cxx @@ -283,7 +283,7 @@ void SfxDialogLibraryContainer::storeLibrariesToStorage( const uno::Reference< e ::xmlscript::importDialogModel( xInput, xDialogModel, xContext, mxOwnerDocument ); std::vector< rtl::OUString > vEmbeddedImageURLs; GraphicObject::InspectForGraphicObjectImageURL( Reference< XInterface >( xDialogModel, UNO_QUERY ), vEmbeddedImageURLs ); - if ( !vEmbeddedImageURLs.empty() ) + if ( vEmbeddedImageURLs.size() ) { // Export the images to the storage Sequence< Any > aArgs( 1 ); |