filter/source/config/cache/cacheitem.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 96fda9ca44eb60807841ae8de1626aa7e189517d Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:24:27 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Tested-by: Julien Nabet <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
