diff options
author | Jan Holesovsky <kendy@collabora.com> | 2018-03-08 12:24:48 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-03-08 15:44:50 +0100 |
commit | bf5c486946f2b0a708a251c8ff614293ae37c6ba (patch) | |
tree | e7c96ff3e21bf85c59f2d9c50f6b3042b1c97269 /oox | |
parent | c15ea73f960bbd3d2a4b0c43b467ac62eeba3505 (diff) |
tdf#116283 oox customXml: Don't write the Relationship to DOCX files twice.
Change-Id: Id3da40138e86c142707e377aa897df372aacb704
Reviewed-on: https://gerrit.libreoffice.org/50947
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/core/xmlfilterbase.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/oox/source/core/xmlfilterbase.cxx b/oox/source/core/xmlfilterbase.cxx index 0388fae5f473..00d202b315da 100644 --- a/oox/source/core/xmlfilterbase.cxx +++ b/oox/source/core/xmlfilterbase.cxx @@ -841,8 +841,6 @@ void XmlFilterBase::exportDocumentProperties( const Reference< XDocumentProperti writeAppProperties( *this, xProperties ); writeCustomProperties( *this, xProperties ); } - - exportCustomFragments(); } // protected ------------------------------------------------------------------ |