diff options
-rw-r--r-- | vcl/source/gdi/outdev3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx index efabb843234c..e5d22a33d3d1 100644 --- a/vcl/source/gdi/outdev3.cxx +++ b/vcl/source/gdi/outdev3.cxx @@ -198,7 +198,7 @@ void OutputDevice::ImplUpdateFontData( bool bNewFontLists ) mpGraphics->ReleaseFonts(); } - if ( GetOutDevType() == OUTDEV_PRINTER || mpPDFWriter ) +// if ( GetOutDevType() == OUTDEV_PRINTER || mpPDFWriter ) { ImplSVData* pSVData = ImplGetSVData(); |