offapi/com/sun/star/style/CharacterProperties.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 179991383e26e093b307deb9983c67e8e0833d72 Author: Michael Stahl <[email protected]> AuthorDate: Thu Feb 15 13:06:04 2024 +0100 Commit: Michael Stahl <[email protected]> CommitDate: Thu Feb 15 17:02:47 2024 +0100 offapi: fix misleading comment Change-Id: Ibc585600c0aa21f18911972f4604be65d16d713c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163437 Tested-by: Jenkins Reviewed-by: Michael Stahl <[email protected]> diff --git a/offapi/com/sun/star/style/CharacterProperties.idl b/offapi/com/sun/star/style/CharacterProperties.idl index aaff4a569455..345694b895d3 100644 --- a/offapi/com/sun/star/style/CharacterProperties.idl +++ b/offapi/com/sun/star/style/CharacterProperties.idl @@ -193,7 +193,8 @@ published service CharacterProperties [optional, property] short CharFontType; - /** This optional property specifies the name of the style of the font. + /** This optional property specifies the name of the applied + character style. */ [optional, property] string CharStyleName;
