summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxexport.hxx
diff options
context:
space:
mode:
authorMiguel Gomez <magomez@igalia.com>2013-09-16 15:02:34 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-09-20 09:23:05 +0000
commitb4380022a664b86bcd29aa5a8ffe27f83afe763f (patch)
tree1b2aade2e120a218dbbafd457e0eede44cd8d87f /sw/source/filter/ww8/docxexport.hxx
parent2232781ad303864b79a3973b5b0eec40a859a701 (diff)
fdo#64491: Export theme file when saving
Export the theme dom tree that has been parsed when loading the file. This is necessary in order to properly reopen docx files that contain SmartArt diagrams. Change-Id: If8712352e7c70373afb542b450a69bd634632092 Reviewed-on: https://gerrit.libreoffice.org/6005 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/ww8/docxexport.hxx')
-rw-r--r--sw/source/filter/ww8/docxexport.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/docxexport.hxx b/sw/source/filter/ww8/docxexport.hxx
index c7a2b2888c3e..6080cbc49637 100644
--- a/sw/source/filter/ww8/docxexport.hxx
+++ b/sw/source/filter/ww8/docxexport.hxx
@@ -204,6 +204,9 @@ private:
/// Write word/settings.xml
void WriteSettings();
+ /// Write word/theme/theme1.xml
+ void WriteTheme();
+
/// All xml namespaces to be used at the top of any text .xml file (main doc, headers, footers,...)
sax_fastparser::XFastAttributeListRef MainXmlNamespaces( sax_fastparser::FSHelperPtr serializer );