diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2014-10-09 17:13:01 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2014-10-09 17:15:25 +0200 |
commit | d3a04fdebf65c7381f1087fbd27104a56ba08e78 (patch) | |
tree | be38ee15a13c86a1dab5d79190aedd34d96b6222 /sw/inc | |
parent | d7418f8831acdff907d404c1701870b00e974df6 (diff) |
copy document defaults/properties for separate mailmerge result files
Also remove code duplication (that I'm not even sure why it's there).
Change-Id: I9a20fe0de9b34adbd03155712869bb19f5969f9b
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/doc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index cbc9f0d69f52..c072fd100fc4 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -914,7 +914,7 @@ public: This includes the user defined document properties! */ - void ReplaceDocumentProperties(const SwDoc& rSource); + void ReplaceDocumentProperties(const SwDoc& rSource, bool mailMerge = false); // Query if style (paragraph- / character- / frame- / page-) is used. bool IsUsed( const SwModify& ) const; |