diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2015-12-24 14:14:43 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2015-12-24 06:20:41 +0000 |
commit | 693fbbfacafed819798a99831ae7f642d10816c8 (patch) | |
tree | 986f92760160068c6b11759be65cb51cfbf897c9 /include | |
parent | 76a98f9d135b97e89beff4627783292c71e02ba8 (diff) |
Class ImplGetDevFontList renamed to ImplDeviceFontList
Change-Id: I1282b61eacc4bac2f049340bd11c9467c0c239c0
Reviewed-on: https://gerrit.libreoffice.org/20918
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/outdev.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 6c405788b85d..c8b4fbd234b2 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -65,7 +65,7 @@ struct SystemFontData; struct SystemTextLayoutData; class ImplFontCache; class PhysicalFontCollection; -class ImplGetDevFontList; +class ImplDeviceFontList; class ImplGetDevSizeList; class ImplMultiTextLineInfo; class SalGraphics; @@ -361,7 +361,7 @@ private: mutable ImplFontEntry* mpFontEntry; mutable ImplFontCache* mpFontCache; mutable PhysicalFontCollection* mpFontCollection; - mutable ImplGetDevFontList* mpGetDevFontList; + mutable ImplDeviceFontList* mpDeviceFontList; mutable ImplGetDevSizeList* mpGetDevSizeList; OutDevStateStack* mpOutDevStateStack; ImplOutDevData* mpOutDevData; |