include/svl/poolitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 39f956e1ec557f45a2b6d9cfc47dd0c4d1f1f22e Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Wed Jun 11 06:39:26 2025 +0200 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Wed Jun 11 07:57:46 2025 +0200 Fix a typo Change-Id: I7b66ad1ba568164b71642032474bf222177e6712 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186346 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx index ea75a108f26d..ceebf33f24f3 100644 --- a/include/svl/poolitem.hxx +++ b/include/svl/poolitem.hxx @@ -674,7 +674,7 @@ private: protected: // constructors are protected; SfxPoolItem is a base - // class and ought bot to be constructed (also guaranteed + // class and ought not to be constructed (also guaranteed // by pure virtual function ItemType now) explicit SfxPoolItem(sal_uInt16 nWhich); SfxPoolItem(const SfxPoolItem& rCopy) : SfxPoolItem(rCopy.m_nWhich) {}