diff options
Diffstat (limited to 'vcl/source/gdi/virdev.cxx')
-rw-r--r-- | vcl/source/gdi/virdev.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/source/gdi/virdev.cxx b/vcl/source/gdi/virdev.cxx index 8f5a1d96f329..77f364aded4d 100644 --- a/vcl/source/gdi/virdev.cxx +++ b/vcl/source/gdi/virdev.cxx @@ -26,6 +26,7 @@ #include <vcl/virdev.hxx> #include <outdev.h> +#include <font/PhysicalFontFaceCollection.hxx> #include <PhysicalFontCollection.hxx> #include <salinst.hxx> #include <salgdi.hxx> @@ -470,7 +471,7 @@ void VirtualDevice::ImplSetReferenceDevice( RefDevMode i_eRefDevMode, sal_Int32 // the reference device should have only scalable fonts // => clean up the original font lists before getting new ones mpFontInstance.clear(); - mpDeviceFontList.reset(); + mpFontFaceCollection.reset(); mpDeviceFontSizeList.reset(); // preserve global font lists |