diff options
author | Khaled Hosny <khaled@libreoffice.org> | 2023-07-03 10:52:34 +0300 |
---|---|---|
committer | خالد حسني <khaled@libreoffice.org> | 2023-07-03 15:04:55 +0200 |
commit | 206f8b905dc00b86f9926a3ee6b503bd56bc0115 (patch) | |
tree | 1c98e9e36720ab5f888266254bdfc0f665cc08be /vcl/inc/font | |
parent | 362dfc50a28a918ec73609a00d2851eb3058375d (diff) |
Rename ImplFontMetricData -> FontMetricData
Change-Id: I0f8753a5ef1865f4ea0431125e74d0f52aa1c396
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153868
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'vcl/inc/font')
-rw-r--r-- | vcl/inc/font/LogicalFontInstance.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/font/LogicalFontInstance.hxx b/vcl/inc/font/LogicalFontInstance.hxx index a5e8a6d3249e..a50df83d7c48 100644 --- a/vcl/inc/font/LogicalFontInstance.hxx +++ b/vcl/inc/font/LogicalFontInstance.hxx @@ -74,7 +74,7 @@ class VCL_PLUGIN_PUBLIC LogicalFontInstance : public salhelper::SimpleReferenceO public: // TODO: make data members private virtual ~LogicalFontInstance() override; - ImplFontMetricDataRef mxFontMetric; // Font attributes + FontMetricDataRef mxFontMetric; // Font attributes const ConvertChar* mpConversion; // used e.g. for StarBats->StarSymbol tools::Long mnLineHeight; |