basic/source/uno/namecont.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4530bc5079e6830444386bde2d0769a2719aadcd
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Mar 14 20:59:19 2016 +0000

    coverity#1355498 assume Unchecked return value is deliberate
    
    Change-Id: I8b0597a5ab87d4d4529e3ccc097902486a41e957

diff --git a/basic/source/uno/namecont.cxx b/basic/source/uno/namecont.cxx
index 9608fa1..c0cc7ed 100644
--- a/basic/source/uno/namecont.cxx
+++ b/basic/source/uno/namecont.cxx
@@ -1953,7 +1953,7 @@ void SfxLibraryContainer::storeLibraries_Impl( const 
uno::Reference< embed::XSto
             {
                 try
                 {
-                    xSourceLibrariesStor->isStorageElement(rLib.aName);
+                    (void)xSourceLibrariesStor->isStorageElement(rLib.aName);
                 }
                 catch (container::NoSuchElementException const&)
                 {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to