summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:25:25 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-22 07:29:45 +0200
commit06c1ad874fc64947fb4d857ac33b589c663a7264 (patch)
treeccd072e17f09e6ff2ca415edded1e3796681f442 /editeng
parent0f05795a3f0c211dc0be512f1f1b66e6019bd262 (diff)
Fix typo
Change-Id: I8d0eb79c1848714c637d05064b6aae5140843c20 Reviewed-on: https://gerrit.libreoffice.org/72707 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/items/bulitem.cxx2
1 files changed, 1 insertions, 1 deletions
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 ||