summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2018-01-30 12:05:51 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-01-30 12:16:37 +0100
commit8310642c6c404ea501b8be5ae4d12860e1562ac9 (patch)
tree881e305318d96431142107d91845dda412ef982d /include/unotools
parentb4f440092b852a7c66f4acdd7e9b0c8e23e212ef (diff)
Typ-o negativ
Fixed some typos and translated a couple of German words Change-Id: I24ae28dd537ba283a9480413659f85bd6711acad Reviewed-on: https://gerrit.libreoffice.org/48892 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/fontcfg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/fontcfg.hxx b/include/unotools/fontcfg.hxx
index 98aa19676294..477187e98529 100644
--- a/include/unotools/fontcfg.hxx
+++ b/include/unotools/fontcfg.hxx
@@ -77,7 +77,7 @@ enum class ImplFontAttrs : sal_uLong
BrushScript = 0x10000000, ///< More Script
Gothic = 0x20000000,
Schoolbook = 0x40000000,
- OtherStyle = 0x80000000, ///< OldStyle, ... so negativ points
+ OtherStyle = 0x80000000, ///< OldStyle, ... so negative points
CJK_AllLang = CJK_JP | CJK_SC | CJK_TC | CJK_KR,
AllScript = Script | Handwriting | Chancery | Comic | BrushScript,
AllSubscript = Handwriting | Chancery | Comic | BrushScript,