summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/epptso.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-06-03 09:33:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-06-03 14:28:22 +0200
commit9e6a2a6eb3c959bd9ca3fc3a24ae089489383a69 (patch)
treed0a6458d9f906f2e6f18115e233888a61d9e8fa8 /sd/source/filter/eppt/epptso.cxx
parentf790fb5172bddba854448799081116aff96f2a42 (diff)
cid#1485165 avoid Missing move assignment operator
Change-Id: I9113e589f74a119fc24e174e7e35036beb0d7acd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116643 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/filter/eppt/epptso.cxx')
-rw-r--r--sd/source/filter/eppt/epptso.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx
index 1b7248814ab5..b5c2bd864a2c 100644
--- a/sd/source/filter/eppt/epptso.cxx
+++ b/sd/source/filter/eppt/epptso.cxx
@@ -117,7 +117,7 @@ sal_uInt16 PPTExBulletProvider::GetId(Graphic const & rGraphic, Size& rGraphicSi
static_cast<sal_Int32>(static_cast<double>(rGraphicSize.Height()) / fYScale + 0.5 ) );
aMappedGraphic = Graphic( aBmpEx );
- aGraphicObject = GraphicObject(aMappedGraphic);
+ aGraphicObject.SetGraphic(aMappedGraphic);
}
}
}