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

New commits:
commit e6d031ae85214fc3d420d456c215242c20773b0f
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Mon Jan 31 19:54:32 2022 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Feb 1 15:00:21 2022 +0100

    sw: document SwXBookmark
    
    I.e. this is used not only for bookmarks, but also for fieldmarks.
    
    Change-Id: I01e7c0fdfcd8e2fc93217dd5bc7b2ba00709ecd6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129236
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/source/core/inc/unobookmark.hxx 
b/sw/source/core/inc/unobookmark.hxx
index eb0e0c27b603..dd13dc5addde 100644
--- a/sw/source/core/inc/unobookmark.hxx
+++ b/sw/source/core/inc/unobookmark.hxx
@@ -46,6 +46,7 @@ typedef ::cppu::ImplInheritanceHelper
 ,   css::text::XTextContent
 > SwXBookmark_Base;
 
+/// UNO API wrapper around an internal sw::mark::IMark.
 class SwXBookmark
     : public SwXBookmark_Base
 {

Reply via email to