Kaydet (Commit) 06c1ad87 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I8d0eb79c1848714c637d05064b6aae5140843c20
Reviewed-on: https://gerrit.libreoffice.org/72707
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 0f05795a
......@@ -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 ||
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment