[Libreoffice-commits] core.git: svx/source

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Thu May 2 15:58:21 UTC 2019


 svx/source/xoutdev/xattrbmp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 743a9b226d6244dc2e92ccee00f83bfe99e521ae
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Thu May 2 15:59:48 2019 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Thu May 2 17:57:23 2019 +0200

    fix bug in XFillBitmapItem::PutValue
    
    Change-Id: I798d0ea0fc0a0f24275f58932ea0c91077212d85
    Reviewed-on: https://gerrit.libreoffice.org/71678
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/svx/source/xoutdev/xattrbmp.cxx b/svx/source/xoutdev/xattrbmp.cxx
index e4b7bac69581..a1fbc16c98ac 100644
--- a/svx/source/xoutdev/xattrbmp.cxx
+++ b/svx/source/xoutdev/xattrbmp.cxx
@@ -301,7 +301,7 @@ bool XFillBitmapItem::PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId )
         }
     }
 
-    return (bSetName || bSetBitmap);
+    return (bSetURL || bSetName || bSetBitmap);
 }
 
 bool XFillBitmapItem::CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 )


More information about the Libreoffice-commits mailing list