summaryrefslogtreecommitdiff
path: root/vcl/inc/impfont.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-08 21:04:23 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-08 23:43:50 +0000
commitad241f51fe6ae4f5dc37050cf3bea65fc4163084 (patch)
tree7cca06f686ac7254c63e6c12c5bc31be445ff02c /vcl/inc/impfont.hxx
parent47bac0de19fc4ca2c9d469b64fcbffe15bc4a0a3 (diff)
vcl: change ImplFontEntry to LogicalFontInstance
There is a TODO in the code that suggests to do this, when I looked at the collaboration diagram on Doxygen things made a LOT more sense. Change-Id: If335498bb70872ffa5738cc5c17660faec84c35e Reviewed-on: https://gerrit.libreoffice.org/21257 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/inc/impfont.hxx')
-rw-r--r--vcl/inc/impfont.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx
index 13ee4ecc7ec0..904c9ebc8da4 100644
--- a/vcl/inc/impfont.hxx
+++ b/vcl/inc/impfont.hxx
@@ -27,7 +27,7 @@
#include <vcl/dllapi.h>
#include <vcl/vclenum.hxx>
#include <vcl/fntstyle.hxx>
-#include <fontentry.hxx>
+#include <fontinstance.hxx>
#include <boost/intrusive_ptr.hpp>