vcl/source/gdi/impgraph.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ec5eee5ed5c00e1808dd2830d7d443267233c456
Author: Chris Sherlock <chris.sherloc...@gmail.com>
Date:   Sat Apr 7 00:36:54 2018 +1000

    vcl: maBitmapSize = aSize to SetSizePixel(aSize)
    
    Change-Id: Ic30b3bbb38756e880ab7bf4c76d94e5f4c787988
    Reviewed-on: https://gerrit.libreoffice.org/52512
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>

diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx
index 215386aba32c..3fd0c7a1d034 100644
--- a/vcl/source/gdi/impgraph.cxx
+++ b/vcl/source/gdi/impgraph.cxx
@@ -1038,7 +1038,7 @@ bool ImpGraphic::ImplReadEmbedded( SvStream& rIStm )
                 maEx = maVectorGraphicData->getReplacement();
             }
 
-            maEx.maBitmapSize = aSize;
+            maEx.SetSizePixel(aSize);
 
             if( aMapMode != MapMode() )
             {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to