include/editeng/svxrtf.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit df6c28b3c51cdf7b41baee912a9db0a750715347
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jul 8 10:44:42 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Jul 9 12:16:31 2019 +0200

    Fix typo
    
    Change-Id: I4efa5bb95340108b6793740b081c8f432d385906
    Reviewed-on: https://gerrit.libreoffice.org/75268
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to