Kaydet (Commit) 743a9b22 authored tarafından Noel Grandin's avatar Noel Grandin

fix bug in XFillBitmapItem::PutValue

Change-Id: I798d0ea0fc0a0f24275f58932ea0c91077212d85
Reviewed-on: https://gerrit.libreoffice.org/71678
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 585e0ac4
......@@ -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 )
......
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