Kaydet (Commit) 1f514f0e authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl Kaydeden (comit) Andras Timar

fix copying of maVectorGraphicData in ImpGraphic

a8c9f2f6 removed copying of
maVectorGraphicData by mistake in operator= which means that the
source of SVG files won't be copied and will disappear.

Change-Id: I339b65e6b54215d6a108a00d630916e94da24e21
Reviewed-on: https://gerrit.libreoffice.org/72097Reviewed-by: 's avatarAndras Timar <andras.timar@collabora.com>
Tested-by: 's avatarAndras Timar <andras.timar@collabora.com>
üst c5457de0
...@@ -260,6 +260,7 @@ ImpGraphic& ImpGraphic::operator=( const ImpGraphic& rImpGraphic ) ...@@ -260,6 +260,7 @@ ImpGraphic& ImpGraphic::operator=( const ImpGraphic& rImpGraphic )
} }
} }
maVectorGraphicData = rImpGraphic.maVectorGraphicData;
mpPdfData = rImpGraphic.mpPdfData; mpPdfData = rImpGraphic.mpPdfData;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment