diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/fesh.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index e5c114474425..6b5dd4e47707 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -256,7 +256,8 @@ public: virtual ~SwFEShell() override; /// Copy and Paste methods for internal clipboard. - SW_DLLPUBLIC void Copy( SwDoc& rClpDoc, const OUString* pNewClpText = nullptr ); + /// bDeleteRedlines: if content inside a delete redline should be stripped away in rClpDoc. + SW_DLLPUBLIC void Copy( SwDoc& rClpDoc, const OUString* pNewClpText = nullptr, bool bDeleteRedlines = true ); SW_DLLPUBLIC bool Paste( SwDoc& rClpDoc, bool bNestedTable = false ); /// Paste some pages into another doc - used in mailmerge. |