diff options
author | Michael Stahl <mst@openoffice.org> | 2010-12-15 09:14:07 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-12-15 09:14:07 +0100 |
commit | 0cf58fb120e691be7ca22f0537d104e0af0955c3 (patch) | |
tree | ad03277688cd398e5d22e4a06659cf7fcf055864 /sw/inc | |
parent | d97bce1d294db09a49952cab22495838665ec9f0 (diff) |
undoapi: #i115383#: remove duplicative SwUndoSort::RemoveIdx()
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/undobj.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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&, |