summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2009-12-11 17:56:47 +0100
committerVladimir Glazunov <vg@openoffice.org>2009-12-11 17:56:47 +0100
commit30b23e53ac73fe7796404f586c23950c6f1946f8 (patch)
tree370787d540220d1aa6606e43c01f40154bfae113 /sw/source/core
parent638efba4f114621eb31940482b6260010c97c0b7 (diff)
parent041f19b3fac1003aa9300cb335983d8739a78da5 (diff)
CWS-TOOLING: integrate CWS fwk129_DEV300
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/doc/docnew.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx
index a440ab23f1e4..56ff03912c8c 100644
--- a/sw/source/core/doc/docnew.cxx
+++ b/sw/source/core/doc/docnew.cxx
@@ -1353,6 +1353,7 @@ SwDoc* SwDoc::CreateCopy() const
ResetModified();
*/
+ pRet->ReplaceStyles( *(SwDoc*)this );
//copy content
pRet->Paste( *this );
return pRet;