From 35021cd56b3b4e38035804087f215c80085564be Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 5 Aug 2020 11:16:32 +0300 Subject: tdf#124470: Split export of table autostyles out from collection phase This allows to call collectAutoStyles where required (e.g. when enumerating used fonts), without side effect of writing table styles XML inside the call, out of place. Change-Id: Ida05e373eb8502590c43e2b0e85c3b0c1107c551 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100153 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- include/xmloff/txtparae.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/xmloff/txtparae.hxx b/include/xmloff/txtparae.hxx index 80131b11e9f7..44c15512cd70 100644 --- a/include/xmloff/txtparae.hxx +++ b/include/xmloff/txtparae.hxx @@ -365,6 +365,8 @@ protected: const css::uno::Reference< css::beans::XPropertySet> & i_xPortion, bool i_bAutoStyles, bool i_isProgress, bool & rPrevCharIsSpace); + virtual void exportTableAutoStyles(); + public: XMLTextParagraphExport( -- cgit