diff options
author | Michael Stahl <mst@openoffice.org> | 2010-05-25 17:04:49 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-05-25 17:04:49 +0200 |
commit | 135fceba66df52704efc8dd3b458fa338ce3e0e0 (patch) | |
tree | bdc78bc53c2e1b8d929ad087710ebecbd4de03ea /sw/inc/doc.hxx | |
parent | 2aaba84b23c9b23a78a5ec813b5d4a4584f59318 (diff) |
sw33bf04: #i111727#: SwDoc::DeleteRange should adjust cursors (via PaMCorrAbs)
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index ff3d91add396..8260eba142d0 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -715,6 +715,7 @@ private: bool DeleteAndJoinImpl(SwPaM&, const bool); bool DeleteAndJoinWithRedlineImpl(SwPaM&, const bool unused = false); bool DeleteRangeImpl(SwPaM&, const bool unused = false); + bool DeleteRangeImplImpl(SwPaM &); bool ReplaceRangeImpl(SwPaM&, String const&, const bool); public: |