From 0cf58fb120e691be7ca22f0537d104e0af0955c3 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 15 Dec 2010 09:14:07 +0100 Subject: undoapi: #i115383#: remove duplicative SwUndoSort::RemoveIdx() --- sw/inc/undobj.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/inc/undobj.hxx') diff --git a/sw/inc/undobj.hxx b/sw/inc/undobj.hxx index 11da23447f4a..f20018ab91e5 100644 --- a/sw/inc/undobj.hxx +++ b/sw/inc/undobj.hxx @@ -1145,7 +1145,6 @@ class SwUndoSort : public SwUndo, private SwUndRng SwRedlineData* pRedlData; ULONG nTblNd; - void RemoveIdx( SwPaM& rPam ); public: SwUndoSort( const SwPaM&, const SwSortOptions& ); SwUndoSort( ULONG nStt, ULONG nEnd, const SwTableNode&, -- cgit