Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/4011
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/11/4011/1
fdo#64826 : fix for track-changes export in DOCX
Change-Id: I44b505f977edcf9e0af2108487870352277ee9f0
---
M sw/source/filter/ww8/docxexport.cxx
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sw/source/filter/ww8/docxexport.cxx b/sw/source/filter/ww8/docxexport.cxx
index ca46cae..0ceacc05 100644
--- a/sw/source/filter/ww8/docxexport.cxx
+++ b/sw/source/filter/ww8/docxexport.cxx
@@ -318,6 +318,9 @@
void DocxExport::ExportDocument_Impl()
{
+ // Set the 'Track Revisions' flag in the settings structure
+ settings.trackRevisions = 0 != ( nsRedlineMode_t::REDLINE_ON & mnRedlineMode );
+
InitStyles();
// init sections
@@ -824,9 +827,6 @@
m_nFooters( 0 ),
m_pVMLExport( NULL )
{
- // Set the 'Track Revisions' flag in the settings structure
- settings.trackRevisions = 0 != ( nsRedlineMode_t::REDLINE_ON & mnRedlineMode );
-
// Write the document properies
WriteProperties( );
--
To view, visit https://gerrit.libreoffice.org/4011
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I44b505f977edcf9e0af2108487870352277ee9f0
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Adam CloudOn <rattles2013@gmail.com>
Context
- [PATCH] fdo#64826 : fix for track-changes export in DOCX · Adam CloudOn (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.