[Libreoffice-commits] core.git: include/editeng

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 9 10:17:37 UTC 2019


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

New commits:
commit df6c28b3c51cdf7b41baee912a9db0a750715347
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jul 8 10:44:42 2019 +0000
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at 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;


More information about the Libreoffice-commits mailing list