diff options
author | Justin Luth <jluth@mail.com> | 2022-08-22 12:52:22 -0400 |
---|---|---|
committer | Justin Luth <jluth@mail.com> | 2022-08-23 04:09:04 +0200 |
commit | 46dc9f3bbac67e9240adc44ab017f905482ef786 (patch) | |
tree | c8140a7662fdf4c7260b19bb124e7ebaf83c23f5 /include | |
parent | 3cc6b870c48b23418f65d2c3cd6eab72ef0680de (diff) |
tdf#57317 odf export: avoid autolist conflict with NumberingStyles
Somehow you can have autoStyles writing into the styles.xml.
Well, the code to prevent duplicates for that needs to exist
for autoStyles written into document.xml as well.
Change-Id: I9602b7023a1ef009ad644374dc5081afb8a76916
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138703
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmlnume.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/xmloff/xmlnume.hxx b/include/xmloff/xmlnume.hxx index 68818f1076ff..85f78047ee80 100644 --- a/include/xmloff/xmlnume.hxx +++ b/include/xmloff/xmlnume.hxx @@ -63,9 +63,7 @@ public: const css::uno::Reference< css::container::XIndexReplace > & xNumRule, bool bOutline=false ); - void exportStyles( bool bUsed, - XMLTextListAutoStylePool *pPool, - bool bExportChapterNumbering ); + void exportStyles(bool bUsed, bool bExportChapterNumbering); void exportNumberingRule( const OUString& rName, bool bIsHidden, const css::uno::Reference< css::container::XIndexReplace > & xNumRule ); |