diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-01-31 19:54:32 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-02-01 15:00:21 +0100 |
commit | e6d031ae85214fc3d420d456c215242c20773b0f (patch) | |
tree | c4b42c83eef912d86040d5bea33ed2d166189ffd | |
parent | 3ae013df7b8fccb2a4191b6d2d0c1648ca895f9b (diff) |
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 <vmiklos@collabora.com>
-rw-r--r-- | sw/source/core/inc/unobookmark.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |