diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-12-11 15:48:12 +0100 |
---|---|---|
committer | خالد حسني <khaled@aliftype.com> | 2022-12-11 15:50:06 +0000 |
commit | f7b9956e07b32b3ceccf24fa118015abdefbb315 (patch) | |
tree | 666188a2f084698e16e63bfb8439b6eb43413f97 /officecfg | |
parent | b60dfc2928ef9763452c57f06073185456310609 (diff) |
Fix typo
Change-Id: Iac459eb04dda615a37631ed370907b50277a9c7f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143941
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: خالد حسني <khaled@aliftype.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index e85864df367d..ea175aabf532 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5446,7 +5446,7 @@ <prop oor:name="FontsDontUseUnderlineMetrics" oor:type="oor:string-list" oor:nillable="false"> <info> <desc> - Fonts where the underline or striketout metrics need to be ignored in order to draw the underline or strikeout correctly. + Fonts where the underline or strikeout metrics need to be ignored in order to draw the underline or strikeout correctly. Fonts are identified by their name and the underline metrics (see fontmetric.cxx:ShouldNotUseUnderlineMetrics). </desc> </info> |