sw/inc/fmtruby.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 5beec1db91b590ebb8e043dfabeaba553c586fad
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Mon Nov 27 20:27:25 2023 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Nov 28 08:25:51 2023 +0100

    sw: document SwFormatRuby
    
    Who owns it, where is the UI, which contain can have this.
    
    Change-Id: I78bf968f2f887131fe49e5ca56b9a86a2539adc6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160004
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/inc/fmtruby.hxx b/sw/inc/fmtruby.hxx
index 08f150f09954..e0e756b1db7a 100644
--- a/sw/inc/fmtruby.hxx
+++ b/sw/inc/fmtruby.hxx
@@ -25,6 +25,8 @@
 
 class SwTextRuby;
 
+/// SfxPoolItem subclass that is owned by an SwTextRuby and contains info 
entered in Format -> Asian
+/// Phonetic Guide. This is a character property, i.e. appears in the SwpHints 
of an SwTextNode.
 class SW_DLLPUBLIC SwFormatRuby final : public SfxPoolItem
 {
     friend class SwTextRuby;

Reply via email to