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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed May 22 05:30:19 UTC 2019


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

New commits:
commit 06c1ad874fc64947fb4d857ac33b589c663a7264
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:25:25 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed May 22 07:29:45 2019 +0200

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

diff --git a/editeng/source/items/bulitem.cxx b/editeng/source/items/bulitem.cxx
index 97c6f76457db..9518cf4abbe9 100644
--- a/editeng/source/items/bulitem.cxx
+++ b/editeng/source/items/bulitem.cxx
@@ -89,7 +89,7 @@ bool SvxBulletItem::operator==( const SfxPoolItem& rItem ) const
 {
     DBG_ASSERT(dynamic_cast< const SvxBulletItem* >(&rItem) !=  nullptr,"operator==Types not matching");
     const SvxBulletItem& rBullet = static_cast<const SvxBulletItem&>(rItem);
-    // Compare with ValidMask, otherwise no put possible in a AttrSet if the
+    // Compare with ValidMask, otherwise no put possible in an AttrSet if the
     // item differs only in terms of the ValidMask from an existing one.
     if( nStyle != rBullet.nStyle            ||
         nScale != rBullet.nScale            ||


More information about the Libreoffice-commits mailing list