diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-03-17 00:11:30 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-03-20 16:11:57 -0500 |
commit | 5971a040f974dcdd0b0d8491d720fa7ad74439b4 (patch) | |
tree | c7c4a273838a908ac5e8dfb7dcd320443283aebe /vcl/inc/svdata.hxx | |
parent | 98da670aef5c4f964c612cbdd4579c9b3eb39715 (diff) |
rename ImplDevFontList to PhysicalFontCollection
again, convergence of teh naming with what is normally
used in the underlying native API,
where FontFace ) FontFamily ) FontCollection
Change-Id: Ieb098b782ea828a3365f00d07914b9566278caba
Diffstat (limited to 'vcl/inc/svdata.hxx')
-rw-r--r-- | vcl/inc/svdata.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index 7a40ba610fc9..5795c83d327a 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -56,7 +56,7 @@ struct ImplEventHook; class Point; class ResMgr; class ImplAccelManager; -class ImplDevFontList; +class PhysicalFontCollection; class ImplFontCache; class HelpTextWindow; class ImplTBDragMgr; @@ -168,7 +168,7 @@ struct ImplSVGDIData Printer* mpFirstPrinter; // First Printer Printer* mpLastPrinter; // Last Printer ImplPrnQueueList* mpPrinterQueueList; // List of all printer queue - ImplDevFontList* mpScreenFontList; // Screen-Font-List + PhysicalFontCollection* mpScreenFontList; // Screen-Font-List ImplFontCache* mpScreenFontCache; // Screen-Font-Cache ImplDirectFontSubstitution* mpDirectFontSubst;// Font-Substitutons defined in Tools->Options->Fonts GraphicConverter* mpGrfConverter; // Converter for graphics |