diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-08 10:44:42 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-09 12:16:31 +0200 |
commit | df6c28b3c51cdf7b41baee912a9db0a750715347 (patch) | |
tree | b1a51b5e6197ba5215d4fd120bd6c924566e6ab6 /include | |
parent | af61870279db31da2a278c953feab9162794b543 (diff) |
Fix typo
Change-Id: I4efa5bb95340108b6793740b081c8f432d385906
Reviewed-on: https://gerrit.libreoffice.org/75268
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/svxrtf.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx index a2de114fffaa..d38d1c605460 100644 --- a/include/editeng/svxrtf.hxx +++ b/include/editeng/svxrtf.hxx @@ -80,7 +80,7 @@ typedef std::map<sal_uInt16, std::unique_ptr<SvxRTFStyleType>> SvxRTFStyleTbl; // own helper classes for the RTF Parser struct SvxRTFStyleType { - SfxItemSet aAttrSet; // the attributes of Style (+ derivate!) + SfxItemSet aAttrSet; // the attributes of Style (+ derivated!) OUString sName; sal_uInt16 nBasedOn; sal_uInt8 nOutlineNo; |