include/svl/poolitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0a8118009ae0b4d5f1a9dbecee9dcb921db9a0a6 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Jan 11 13:27:04 2025 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Jan 11 15:31:19 2025 +0100 Fix typo Change-Id: I295787301985e9209e4b9397e638869bee1d4ecf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180115 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx index 6bff55556195..365ec0c8fa5a 100644 --- a/include/svl/poolitem.hxx +++ b/include/svl/poolitem.hxx @@ -110,7 +110,7 @@ enum class SfxItemState { * unique value that is returned in the call to ItemType(). This is done * using DECLARE_ITEM_TYPE_FUNCTION in the public section of each definition * of a derivation of SfxItemType, also for types derived deeper than one - * step. It overloads virtual SfxItemType ItemType() with the secified + * step. It overloads virtual SfxItemType ItemType() with the specified * type, see that macro. */ enum class SfxItemType : sal_uInt16