sw/inc/shellio.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 8593e78e99ab9cf7e3e30db31a14a7fb016afea8
Author: Miklos Vajna <[email protected]>
AuthorDate: Tue Feb 6 08:03:13 2024 +0100
Commit: Miklos Vajna <[email protected]>
CommitDate: Tue Feb 6 11:45:40 2024 +0100
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 <[email protected]>
Tested-by: Jenkins
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;