summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgimagenode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgimagenode.cxx')
-rw-r--r--svgio/source/svgreader/svgimagenode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgimagenode.cxx b/svgio/source/svgreader/svgimagenode.cxx
index 73b1103dd44f..8dfc70e643a1 100644
--- a/svgio/source/svgreader/svgimagenode.cxx
+++ b/svgio/source/svgreader/svgimagenode.cxx
@@ -164,7 +164,7 @@ namespace svgio::svgreader
{
if(GraphicType::Bitmap == rGraphic.GetType())
{
- if(rGraphic.getVectorGraphicData().get())
+ if(rGraphic.getVectorGraphicData())
{
// embedded Svg
rEmbedded = rGraphic.getVectorGraphicData()->getPrimitive2DSequence();