| Index: xfa/fwl/core/cfwl_picturebox.cpp
|
| diff --git a/xfa/fwl/core/cfwl_picturebox.cpp b/xfa/fwl/core/cfwl_picturebox.cpp
|
| index 28d31864c74eefd9a88c8111c61099531603a538..8badc999ea5e1723fbbfec05da7c4774fc7489d2 100644
|
| --- a/xfa/fwl/core/cfwl_picturebox.cpp
|
| +++ b/xfa/fwl/core/cfwl_picturebox.cpp
|
| @@ -95,10 +95,8 @@ FWL_Error CFWL_PictureBox::SetOffset(FX_FLOAT fx, FX_FLOAT fy) {
|
| return FWL_Error::Succeeded;
|
| }
|
|
|
| -FWL_Error CFWL_PictureBox::GetCaption(IFWL_Widget* pWidget,
|
| - CFX_WideString& wsCaption) {
|
| - return FWL_Error::Succeeded;
|
| -}
|
| +void CFWL_PictureBox::GetCaption(IFWL_Widget* pWidget,
|
| + CFX_WideString& wsCaption) {}
|
|
|
| CFX_DIBitmap* CFWL_PictureBox::GetPicture(IFWL_Widget* pWidget) {
|
| return m_pBitmap;
|
|
|