summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorPatrick Luby <guibmacdev@gmail.com>2024-08-07 19:51:57 -0400
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2024-08-12 09:21:57 +0200
commit23829f6e1cebf808f4e6ff6ed4856123ad8e8e38 (patch)
tree1fc410a6a4ecc7154f8688769b5f98dd1e812805 /sw/inc
parent6c2f1d03e73fa42ffcfd6817e32be472cef62e23 (diff)
tdf#140061 keep SwCharFormat instances alive while SwDoc is alive
Change-Id: I22a7fc1e109e641932f348e9ac3b85f11ce46c9d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171608 Reviewed-by: Patrick Luby <guibomacdev@gmail.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins (cherry picked from commit 7b7347bb2112d89b2ad463a464cabe0c8926e0d0) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171677 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/doc.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index b5028561fb66..17f0ce4ea36f 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -248,6 +248,7 @@ class SW_DLLPUBLIC SwDoc final
std::unique_ptr<sw::FrameFormats<SwFrameFormat*>> mpFrameFormatTable; //< Format table
std::unique_ptr<SwCharFormats> mpCharFormatTable;
+ std::unique_ptr<SwCharFormats> mpCharFormatDeletionTable;
std::unique_ptr<sw::FrameFormats<sw::SpzFrameFormat*>> mpSpzFrameFormatTable;
std::unique_ptr<SwSectionFormats> mpSectionFormatTable;
std::unique_ptr<sw::TableFrameFormats> mpTableFrameFormatTable; //< For tables