editeng/source/items/bulitem.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 06c1ad874fc64947fb4d857ac33b589c663a7264 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:25:25 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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 [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
