summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-05-02 15:59:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-05-02 17:57:23 +0200
commit743a9b226d6244dc2e92ccee00f83bfe99e521ae (patch)
treede14583afa8ed2a04e9e9dc7b87313bd7e80eecc /svx
parent585e0ac43b9bd8a2f714903034e435c84ae3fc96 (diff)
fix bug in XFillBitmapItem::PutValue
Change-Id: I798d0ea0fc0a0f24275f58932ea0c91077212d85 Reviewed-on: https://gerrit.libreoffice.org/71678 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/xoutdev/xattrbmp.cxx2
1 files changed, 1 insertions, 1 deletions
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 )