From e6d031ae85214fc3d420d456c215242c20773b0f Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 31 Jan 2022 19:54:32 +0100 Subject: 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 --- sw/source/core/inc/unobookmark.hxx | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit