diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-09-01 21:33:22 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-09-01 21:34:19 +0200 |
commit | 78c1a9f5c4ff63aadda0d1b0ddbea1d41622c42c (patch) | |
tree | dce36099fe2116910b858a937e65072b1eda2fc4 /dbaccess | |
parent | f8d22519a415fbe427efa603ad2a7aad6a39e2a9 (diff) |
Some cppcheck cleaning
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/dataaccess/databasedocument.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/dataaccess/databasedocument.cxx b/dbaccess/source/core/dataaccess/databasedocument.cxx index 37f60919d56b..3350275a12c4 100644 --- a/dbaccess/source/core/dataaccess/databasedocument.cxx +++ b/dbaccess/source/core/dataaccess/databasedocument.cxx @@ -443,7 +443,7 @@ void lcl_uglyHackToStoreDialogeEmbedImages( const Reference< XStorageBasedLibrar } } // if we have any image urls, make sure we copy the associated images into tempPictures - if ( vEmbedImgUrls.size() ) + if ( !vEmbedImgUrls.empty() ) { // Export the images to the storage Sequence< Any > aArgs( 1 ); |