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

New commits:
commit 06c1ad874fc64947fb4d857ac33b589c663a7264
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue May 14 21:25:25 2019 +0000
Commit:     Julien Nabet <serval2...@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 <serval2...@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            ||
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to