Kaydet (Commit) 36e1d19a authored tarafından Luboš Luňák's avatar Luboš Luňák

do not copy properties from oneself

Change-Id: I6f32e27c7b87c2a15ad920d035f528c29ce2219d
üst acf8d8b8
...@@ -985,7 +985,7 @@ bool SwDBManager::MergeMailFiles(SwWrtShell* pSourceShell, ...@@ -985,7 +985,7 @@ bool SwDBManager::MergeMailFiles(SwWrtShell* pSourceShell,
rMaster.GetFooter().IsActive(); rMaster.GetFooter().IsActive();
// copy compatibility options // copy compatibility options
pTargetShell->GetDoc()->ReplaceCompatabilityOptions( *pTargetShell->GetDoc()); pTargetShell->GetDoc()->ReplaceCompatabilityOptions( *pSourceShell->GetDoc());
// #72821# copy dynamic defaults // #72821# copy dynamic defaults
pTargetShell->GetDoc()->ReplaceDefaults( *pSourceShell->GetDoc()); pTargetShell->GetDoc()->ReplaceDefaults( *pSourceShell->GetDoc());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment