summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-05-10 19:14:50 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-05-10 20:06:38 +0200
commitadb5eca79f3ae0c80c8046e73d7a411734a1b75d (patch)
treedbfff4460f02371397034ddca3cb35623764798a
parent3c25a2a114c0bb66641ad27499610fe5ee4393b9 (diff)
Fix typos
Change-Id: I48781032778c403420b3258c53e4be5d2b7531d2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134133 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--include/vcl/metric.hxx2
-rw-r--r--vcl/inc/impfontmetricdata.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/metric.hxx b/include/vcl/metric.hxx
index 36964eef2347..b08403da81a3 100644
--- a/include/vcl/metric.hxx
+++ b/include/vcl/metric.hxx
@@ -76,7 +76,7 @@ private:
tools::Long mnLineHeight; // Ascent+Descent+EmphasisMark
tools::Long mnSlant; // Slant
tools::Long mnBulletOffset; // Offset for non-printing character
- tools::Long mnHangingBaseline; // Offset from Romn baseline to hanigng baseline.
+ tools::Long mnHangingBaseline; // Offset from Romn baseline to hanging baseline.
bool mbFullstopCentered;
};
diff --git a/vcl/inc/impfontmetricdata.hxx b/vcl/inc/impfontmetricdata.hxx
index 0ad29f3e821e..0d6ab70e97b5 100644
--- a/vcl/inc/impfontmetricdata.hxx
+++ b/vcl/inc/impfontmetricdata.hxx
@@ -117,7 +117,7 @@ private:
tools::Long mnExtLeading; // External Leading
int mnSlant; // Slant (Italic/Oblique)
tools::Long mnMinKashida; // Minimal width of kashida (Arabic)
- tools::Long mnHangingBaseline; // Offset of haning baseline to Romn baseline
+ tools::Long mnHangingBaseline; // Offset of hanging baseline to Romn baseline
// font attributes queried from the font instance
bool mbFullstopCentered;