diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-07-28 13:59:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2009-07-28 13:59:44 +0000 |
commit | 62ebbb006b4a11974e14dd61d3c453a98336f951 (patch) | |
tree | 64e2285bf19cb3bd7c7fd1cba9c66eb92472c512 /sw/inc/IDocumentContentOperations.hxx | |
parent | e32d93c404f611644b2f458b9a4c449635394c9c (diff) |
CWS-TOOLING: integrate CWS os131
2009-07-14 15:57:33 +0200 os r273979 : #i103542# no access to members after deletion
2009-06-15 13:18:52 +0200 os r272980 : #i40827# wrong param in Copy() fixed
2009-06-15 10:09:27 +0200 os r272964 : #i40827# first document copied with storage, later only copy SwDoc
2009-06-11 10:37:51 +0200 os r272851 : CWS-TOOLING: rebase CWS os131 to trunk@272827 (milestone: DEV300:m50)
2009-06-08 10:07:50 +0200 os r272721 : #i40827# warnings fixed
2009-06-04 16:31:04 +0200 os r272644 : #i40827# enable document copies - inactive
Diffstat (limited to 'sw/inc/IDocumentContentOperations.hxx')
-rw-r--r-- | sw/inc/IDocumentContentOperations.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/IDocumentContentOperations.hxx b/sw/inc/IDocumentContentOperations.hxx index 40f96985d6aa..55a0ca4082f1 100644 --- a/sw/inc/IDocumentContentOperations.hxx +++ b/sw/inc/IDocumentContentOperations.hxx @@ -71,7 +71,7 @@ /** Kopieren eines Bereiches im oder in ein anderes Dokument ! Die Position kann auch im Bereich liegen !! */ - virtual bool Copy(SwPaM&, SwPosition&) const = 0; + virtual bool Copy(SwPaM&, SwPosition&, bool bCopyAll ) const = 0; /** Loesche die Section, in der der Node steht. */ |