diff options
Diffstat (limited to 'sw/source/uibase/uno/unotxdoc.cxx')
-rw-r--r-- | sw/source/uibase/uno/unotxdoc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uno/unotxdoc.cxx b/sw/source/uibase/uno/unotxdoc.cxx index d62b3f7efb48..54d186c8ce77 100644 --- a/sw/source/uibase/uno/unotxdoc.cxx +++ b/sw/source/uibase/uno/unotxdoc.cxx @@ -4058,7 +4058,7 @@ static Any lcl_GetDisplayBitmap(const OUString& _sLinkSuffix) if (nImgId) { - aRet <<= VCLUnoHelper::CreateBitmap(BitmapEx(SW_RES(nImgId)).GetBitmap()); + aRet <<= VCLUnoHelper::CreateBitmap(BitmapEx(SW_RES(nImgId))); } return aRet; } |