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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Wed Jun 26 05:11:58 UTC 2019


 editeng/source/editeng/impedit5.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fe855eda54faf6196ad9dea12d8dc090b6d6c1da
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Jun 25 21:49:43 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jun 26 07:11:12 2019 +0200

    fix typo
    
    Change-Id: I0ebf8dd5a4e5f55504b9dd9a9ef8b966e497cd41
    Reviewed-on: https://gerrit.libreoffice.org/74721
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/editeng/source/editeng/impedit5.cxx b/editeng/source/editeng/impedit5.cxx
index 2a94e2c6dcf3..df65322c3b4d 100644
--- a/editeng/source/editeng/impedit5.cxx
+++ b/editeng/source/editeng/impedit5.cxx
@@ -463,7 +463,7 @@ SfxItemSet ImpEditEngine::GetAttribs( sal_Int32 nPara, sal_Int32 nStart, sal_Int
                         }
                         else
                         {
-                            // OptimizeRagnge() assures that not the same attr can follow for full coverage
+                            // OptimizeRanges() assures that not the same attr can follow for full coverage
                             // only partial, check with current, when using para/style, otherwise invalid.
                             if ( !( nFlags & (GetAttribsFlags::PARAATTRIBS|GetAttribsFlags::STYLESHEET) ) ||
                                 ( *rAttr.GetItem() != aAttribs.Get( rAttr.Which() ) ) )


More information about the Libreoffice-commits mailing list