summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2015-12-24 14:14:43 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2015-12-24 06:20:41 +0000
commit693fbbfacafed819798a99831ae7f642d10816c8 (patch)
tree986f92760160068c6b11759be65cb51cfbf897c9 /include
parentsd: fix not necessary to pass default argument (diff)
downloadcore-693fbbfacafed819798a99831ae7f642d10816c8.tar.gz
core-693fbbfacafed819798a99831ae7f642d10816c8.zip
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.hxx4
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;