diff options
-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; |