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 47c802353322..53cc5641d962 100644
--- a/svgio/source/svgreader/svgimagenode.cxx
+++ b/svgio/source/svgreader/svgimagenode.cxx
@@ -165,7 +165,7 @@ namespace svgio
basegfx::B2DRange& rViewBox,
BitmapEx& rBitmapEx)
{
- if(GRAPHIC_BITMAP == rGraphic.GetType())
+ if(GraphicType::Bitmap == rGraphic.GetType())
{
if(rGraphic.getSvgData().get())
{