[Libreoffice-commits] core.git: sw/source

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 17 12:06:19 UTC 2021


 sw/source/core/inc/txmsrt.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8b4e5afda58dab0154cdde8e784f948ad5dce4c1
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Wed Feb 17 10:52:48 2021 +0100
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Wed Feb 17 13:05:37 2021 +0100

    sw: document SwTOXAuthority
    
    Even if it derives from a "Tab", it's not a table, just a row in it.
    
    Change-Id: I303fdcb8719e61ca790096b8cc342af3ffb28930
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111052
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
    Tested-by: Jenkins

diff --git a/sw/source/core/inc/txmsrt.hxx b/sw/source/core/inc/txmsrt.hxx
index 4c06c03c1d3f..ad021185e317 100644
--- a/sw/source/core/inc/txmsrt.hxx
+++ b/sw/source/core/inc/txmsrt.hxx
@@ -279,6 +279,7 @@ private:
     sal_uInt16 nLevel;
 };
 
+/// Represents one row in the bibliography table.
 struct SwTOXAuthority final : public SwTOXSortTabBase
 {
 private:


More information about the Libreoffice-commits mailing list