From 9900c6bd96c23921757c2db0849bf7bbb8249c89 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Fri, 9 Mar 2018 16:39:29 +0900 Subject: completely remove MID_GRAFURL, replace with MID_BITMAP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I39b055760320abb2575958d525b4db3185a11d4a Reviewed-on: https://gerrit.libreoffice.org/50990 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- sc/source/filter/excel/xlchart.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') diff --git a/sc/source/filter/excel/xlchart.cxx b/sc/source/filter/excel/xlchart.cxx index b583c2df42ff..f1f8b287b5d4 100644 --- a/sc/source/filter/excel/xlchart.cxx +++ b/sc/source/filter/excel/xlchart.cxx @@ -1032,7 +1032,7 @@ void XclChPropSetHelper::WriteEscherProperties( ScfPropertySet& rPropSet, if( const XFillBitmapItem* pBmpItem = rEscherFmt.mxItemSet->GetItem( XATTR_FILLBITMAP, false ) ) { uno::Any aBitmapAny; - if( pBmpItem->QueryValue( aBitmapAny, MID_GRAFURL ) ) + if (pBmpItem->QueryValue(aBitmapAny, MID_BITMAP)) { OUString aBmpName = rBitmapTable.InsertObject( aBitmapAny ); if( !aBmpName.isEmpty() ) -- cgit