diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2014-10-05 22:09:44 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2014-10-05 22:10:57 +0200 |
commit | 36e1d19af8585bc2f36322ba32acbed46e58c4de (patch) | |
tree | 31186ef4af2d098b65b5e7bdbe70b416d2ac9948 /sw | |
parent | acf8d8b899c6c303719e1fbedaae138dc0d65f46 (diff) |
do not copy properties from oneself
Change-Id: I6f32e27c7b87c2a15ad920d035f528c29ce2219d
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/dbui/dbmgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/dbui/dbmgr.cxx b/sw/source/uibase/dbui/dbmgr.cxx index 28a5d9de6712..225b3cc0f11e 100644 --- a/sw/source/uibase/dbui/dbmgr.cxx +++ b/sw/source/uibase/dbui/dbmgr.cxx @@ -985,7 +985,7 @@ bool SwDBManager::MergeMailFiles(SwWrtShell* pSourceShell, rMaster.GetFooter().IsActive(); // copy compatibility options - pTargetShell->GetDoc()->ReplaceCompatabilityOptions( *pTargetShell->GetDoc()); + pTargetShell->GetDoc()->ReplaceCompatabilityOptions( *pSourceShell->GetDoc()); // #72821# copy dynamic defaults pTargetShell->GetDoc()->ReplaceDefaults( *pSourceShell->GetDoc()); |