[Libreoffice-commits] core.git: filter/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun May 26 18:13:17 UTC 2019
filter/source/config/cache/cacheitem.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 96fda9ca44eb60807841ae8de1626aa7e189517d
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:24:27 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun May 26 20:12:03 2019 +0200
Fix typo
Change-Id: I9d0d074ac243005c793cff4b3785be8d0692d394
Reviewed-on: https://gerrit.libreoffice.org/72995
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/filter/source/config/cache/cacheitem.cxx b/filter/source/config/cache/cacheitem.cxx
index d494725eb9dd..d864459508e1 100644
--- a/filter/source/config/cache/cacheitem.cxx
+++ b/filter/source/config/cache/cacheitem.cxx
@@ -291,7 +291,7 @@ bool CacheItem::haveProps(const CacheItem& lProps) const
}
}
- // this method was not breaked before =>
+ // this method was not broken before =>
// the given property set seems to match with our
// own properties in its minimum => return TRUE
return true;
@@ -321,7 +321,7 @@ bool CacheItem::dontHaveProps(const CacheItem& lProps) const
}
}
- // this method was not breaked before =>
+ // this method was not broken before =>
// That means: this item has no matching property
// of the given set. It "don't have" it ... => return true.
return true;
More information about the Libreoffice-commits
mailing list