summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/XMLRedlineImportHelper.hxx
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-10-04 12:22:51 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-10-05 10:28:29 +0200
commit0c59a1f7143e687768b56b14b1b0dcc6b7e96e79 (patch)
treea98a25dbf9f05149d7eeaea3cca9e11c4b513254 /sw/source/filter/xml/XMLRedlineImportHelper.hxx
parent63a29bd44dfd6d5e58e4111c2e1562d1ee6ee6d0 (diff)
sw_redlinehide_2: import ShowRedlineChanges from flat-odt as well
In this case a generic ImportInfo property set is created in XmlFilterAdaptor::importImpl(), so the XMLRedlineImportHelper is responsible for setting this. Change-Id: I6ec7ab2bab3ee10a585af88effb74f465e4bbae1
Diffstat (limited to 'sw/source/filter/xml/XMLRedlineImportHelper.hxx')
-rw-r--r--sw/source/filter/xml/XMLRedlineImportHelper.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/filter/xml/XMLRedlineImportHelper.hxx b/sw/source/filter/xml/XMLRedlineImportHelper.hxx
index a0918c71e771..ccf7446590d6 100644
--- a/sw/source/filter/xml/XMLRedlineImportHelper.hxx
+++ b/sw/source/filter/xml/XMLRedlineImportHelper.hxx
@@ -27,6 +27,7 @@
#include <map>
+class SvXMLImport;
class RedlineInfo;
class SwRedlineData;
class SwDoc;
@@ -40,6 +41,8 @@ typedef std::map< OUString, RedlineInfo* > RedlineMapType;
class XMLRedlineImportHelper final
{
+ SvXMLImport & m_rImport;
+
const OUString sInsertion;
const OUString sDeletion;
const OUString sFormatChange;
@@ -60,6 +63,7 @@ class XMLRedlineImportHelper final
public:
XMLRedlineImportHelper(
+ SvXMLImport & rImport,
bool bIgnoreRedlines, // ignore redlines mode
// property sets of model + import info for saving + restoring the
// redline mode