summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2024-02-06 08:03:13 +0100
committerMiklos Vajna <vmiklos@collabora.com>2024-02-06 11:45:40 +0100
commit8593e78e99ab9cf7e3e30db31a14a7fb016afea8 (patch)
tree021338de255730eee072be8b7a107cf0a1b06830 /sw/inc
parentf289fe3dca487c45417f7b40d51a4830f3369fb1 (diff)
sw: document connection between SwTextBlocks and autotext
See e.g. commit 87670fa998a26ab059e40bbe8f5e0acf0ad6ea04 (DOCX autotext import: speed up handling of large amount of blocks, 2019-03-14). Change-Id: I3798f55c19de6c35fcf515b3a5c785da55f0d884 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163038 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/shellio.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx
index 5a7c6f2a7635..c9fc67ea378e 100644
--- a/sw/inc/shellio.hxx
+++ b/sw/inc/shellio.hxx
@@ -305,6 +305,8 @@ public:
class SwImpBlocks;
+/// Used for autotext handling. The list of autotexts get imported to a temporary document, and then
+/// this class provides the actual glossary document which is the final target for autotext.
class SW_DLLPUBLIC SwTextBlocks
{
std::unique_ptr<SwImpBlocks> m_pImp;