include/svl/poolitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a8a47ab344f29676267feae64c250b3775db5cfc Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Jul 15 14:56:20 2024 +0200 Commit: Andrea Gelmini <andrea.gelm...@gelma.net> CommitDate: Thu Jul 18 19:21:07 2024 +0200 Fix typo Change-Id: Idaa3bb659133a9bc4d9253d814ab3026ee784af7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170503 Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> Tested-by: Jenkins diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx index bb650eb17563..722c30df2bee 100644 --- a/include/svl/poolitem.hxx +++ b/include/svl/poolitem.hxx @@ -759,7 +759,7 @@ private: /** Utility template to reduce boilerplate code when creating item instance managers - for specific PoolItem subclasses that can be hashed which is fatsre than using + for specific PoolItem subclasses that can be hashed which is faster than using the linear search with operator== that DefaultItemInstanceManager has to do */ class HashedItemInstanceManager : public ItemInstanceManager