Fix typo in code
Change-Id: I2d9c6e1c90c445bc6b2df257ed5c2e845225e987 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169152 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
This commit is contained in:
parent
e5c55b2cfc
commit
c51d428510
1 changed files with 2 additions and 2 deletions
|
@ -510,8 +510,8 @@ ImplFontAttrTypeSearchData const aImplTypeAttrSearchList[] =
|
|||
{ "monotype", ImplFontAttrs::None },
|
||||
{ "linotype", ImplFontAttrs::None },
|
||||
{ "titling", ImplFontAttrs::Titling },
|
||||
{ "captitals", ImplFontAttrs::Capitals },
|
||||
{ "captital", ImplFontAttrs::Capitals },
|
||||
{ "capitals", ImplFontAttrs::Capitals },
|
||||
{ "capital", ImplFontAttrs::Capitals },
|
||||
{ "caps", ImplFontAttrs::Capitals },
|
||||
{ "italic", ImplFontAttrs::Italic },
|
||||
{ "oblique", ImplFontAttrs::Italic },
|
||||
|
|
Loading…
Reference in a new issue