summaryrefslogtreecommitdiff
path: root/sw/inc/undobj.hxx
diff options
context:
space:
mode:
authoros <os@openoffice.org>2010-01-11 15:11:11 +0100
committeros <os@openoffice.org>2010-01-11 15:11:11 +0100
commit2ac42e9f9636c575169cc4db9ac8c03c33eb6305 (patch)
treeab36a50837539eea6493fe4182d7b50cb83fab6d /sw/inc/undobj.hxx
parent46e584010539eef2999cbe9285d8beb8feed42b9 (diff)
#i105646# unused code removed
Diffstat (limited to 'sw/inc/undobj.hxx')
-rw-r--r--sw/inc/undobj.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sw/inc/undobj.hxx b/sw/inc/undobj.hxx
index 5b08b496a360..0d524791deb6 100644
--- a/sw/inc/undobj.hxx
+++ b/sw/inc/undobj.hxx
@@ -404,7 +404,6 @@ public:
*/
virtual SwRewriter GetRewriter() const;
- BOOL CanGrouping( const SwPosition&, sal_Unicode cIns );
OUT_UNDOBJ( Insert )
DECL_FIXEDMEMPOOL_NEWDEL(SwUndoInsert)
@@ -566,7 +565,6 @@ public:
ULONG GetEndNode() const { return nEndNode; }
ULONG GetDestSttNode() const { return nDestSttNode; }
xub_StrLen GetDestSttCntnt() const { return nDestSttCntnt; }
- void AddTblMrgFlyHstry( SwHistory& rHstr );
void SetMoveRedlines( bool b ) { bMoveRedlines = b; }
@@ -1143,15 +1141,6 @@ public:
};
-class SwUndoDelBookmark : public SwUndoBookmark
-{
-public:
- SwUndoDelBookmark( const ::sw::mark::IMark& );
- virtual void Undo( SwUndoIter& );
- virtual void Redo( SwUndoIter& );
- OUT_UNDOBJ( DelBookmark )
-};
-
class SwUndoInsBookmark : public SwUndoBookmark
{
public: