include/svl/poolitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 60e07b7ceb7ca6d72b1a22953ca6194ece17b3d8 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Jan 15 18:16:56 2024 +0100 Commit: Taichi Haradaguchi <[email protected]> CommitDate: Tue Jan 16 09:54:25 2024 +0100 Fix typo Change-Id: I86b1472e88a6baaaaf562dc69cb98b079e963ca4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162119 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <[email protected]> diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx index 0c144e56e4d1..7dca8f2fb707 100644 --- a/include/svl/poolitem.hxx +++ b/include/svl/poolitem.hxx @@ -138,7 +138,7 @@ class SVL_DLLPUBLIC SfxPoolItem // Item is registered at some Pool as default. // m_bStaticDefault: direct Pool Item (CAUTION: - // thetse are not really 'static', but should be) + // these are not really 'static', but should be) // -> needs cleanup // m_bPoolDefault: set by user using SetPoolDefaultItem // tho should be better called 'UserDefault'
