diff options
author | Khaled Hosny <khaled@aliftype.com> | 2022-09-05 18:17:10 +0200 |
---|---|---|
committer | خالد حسني <khaled@aliftype.com> | 2022-09-05 20:04:43 +0200 |
commit | 89b9982b27039f77fb9e27b92b02dc4e4bfb7be0 (patch) | |
tree | a07ffb947a897b4879deac9b46b0728599bb1658 /vcl/inc/win/salgdi.h | |
parent | 8dc57426c3bd3385c30b9007991af8496b315f9a (diff) |
vcl: fontinstance.{cxx,hxx} -> LogicalFontInstance.{cxx,hxx}
Every time I need this file, I had to lookup the file name and location.
Rename it following the pattern of other font classes and move the
header next to their headers.
Change-Id: Ia1e3ee4be9375c1110e169c593e1f8e7aad39c76
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139446
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
Diffstat (limited to 'vcl/inc/win/salgdi.h')
-rw-r--r-- | vcl/inc/win/salgdi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index 74f5617d9156..ef7cdf210c94 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -24,7 +24,7 @@ #include <sallayout.hxx> #include <salgeom.hxx> #include <salgdi.hxx> -#include <fontinstance.hxx> +#include <font/LogicalFontInstance.hxx> #include <fontattributes.hxx> #include <font/PhysicalFontFace.hxx> #include <impfont.hxx> |