diff options
author | Michael Stahl <mst@openoffice.org> | 2009-11-04 13:54:00 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2009-11-04 13:54:00 +0100 |
commit | 1d73fc3b6154851b462131f99179de434b09c20d (patch) | |
tree | 856441dc9e100d5bb8647df832b7d48d82b7e49a /sw/inc | |
parent | 34f0e624c9d647dbde99e492a948aa4aad0caad4 (diff) |
#i97570#: SwReader::Read(): also create UNDO object for frames anchored AT char
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/undobj.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/inc/undobj.hxx b/sw/inc/undobj.hxx index aaafa3fca76a..daefe85aa09a 100644 --- a/sw/inc/undobj.hxx +++ b/sw/inc/undobj.hxx @@ -206,6 +206,11 @@ namespace nsDelCntntType const DelCntntType DELCNT_CHKNOCNTNT = 0x80; } +/// will DelCntntIndex destroy a frame anchored at character at rAnchorPos? +bool IsDestroyFrameAnchoredAtChar(SwPosition const & rAnchorPos, + SwPosition const & rStart, SwPosition const & rEnd, + DelCntntType const nDelCntntType = nsDelCntntType::DELCNT_ALL); + // diese Klasse muss in ein Undo-Object vererbt werden, wenn dieses Inhalt // fuers Redo/Undo ... speichert class SwUndoSaveCntnt |