sw/inc/fmturl.hxx | 3 +-- sw/inc/txtinet.hxx | 1 + 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit a396d0e373f3e62931f2660a1b149e88d2eaefec Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Mon May 15 20:13:53 2023 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Tue May 16 08:40:49 2023 +0200 sw: document SwFormatURL and SwTextINetFormat SwFormatURL is special, it has its won SwTextAttr subclass, instead of going via the usual SwFormatAutoFormat. Change-Id: Ibe06abcb486b6bf6037006e727be4ce750d489a6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151806 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/sw/inc/fmturl.hxx b/sw/inc/fmturl.hxx index c5418cd3c4b2..dcfcb9f9e830 100644 --- a/sw/inc/fmturl.hxx +++ b/sw/inc/fmturl.hxx @@ -28,8 +28,7 @@ class ImageMap; class IntlWrapper; -// URL, ServerMap and ClientMap - +/// SfxPoolItem subclass that wraps a URL. class SW_DLLPUBLIC SwFormatURL final : public SfxPoolItem { OUString m_sTargetFrameName; ///< Target frame for URL. diff --git a/sw/inc/txtinet.hxx b/sw/inc/txtinet.hxx index 50e3d4518dfa..1f3b4ab36ed2 100644 --- a/sw/inc/txtinet.hxx +++ b/sw/inc/txtinet.hxx @@ -25,6 +25,7 @@ class SwTextNode; class SwCharFormat; +/// SwTextAttr subclass that tracks the location of the wrapped SwFormatURL. class SW_DLLPUBLIC SwTextINetFormat final: public SwTextAttrNesting, public SwClient { private: