diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-03 15:34:45 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-03 06:14:41 +0000 |
commit | 7b974e056df3ad023b18592bc01394943305dc41 (patch) | |
tree | 8636d213740ec1ee2943105d65af147b8d6de2b7 /include | |
parent | 694ec8930ab7d7a54805ec598be84845b502772c (diff) |
vcl: merge ImplFontMetricData with ImplFontAttributes
Change-Id: Ia2fe20559745e705667f23cdd73cbe50c6371aaa
Reviewed-on: https://gerrit.libreoffice.org/21053
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/outdev.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 14e292ebd116..97d26dea2ff5 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -94,7 +94,7 @@ struct SalTwoRect; class VirtualDevice; class Printer; class FontSelectPattern; -class ImplFontMetricData; +class ImplFontAttributes; class VCLXGraphics; class OutDevStateStack; struct BitmapSystemData; |