From 63b1df4f4ccf86ba3f5d8db895e27f7a71a5dad3 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 25 Nov 2010 14:31:10 +0100 Subject: unodapi: #i115383#: IDocumentUndoRedo: undo nodes array: move the undo nodes array from SwDoc to sw::UndoManager. replace GetUndoNds() with IsUndoNodes(), covering 90% of callers. add sw::UndoManager::GetUndoNodes() for use by the Undo implementation itself. remove unused horrible parameter from Writer::NewSwPaM(). --- sw/inc/shellio.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/inc/shellio.hxx') diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx index 0e52ce256754..54055242fb03 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -516,8 +516,8 @@ public: SvPtrarr& rArr ); // lege einen neuen PaM an der Position an - static SwPaM* NewSwPaM( SwDoc & rDoc, ULONG nStartIdx, ULONG nEndIdx, - BOOL bNodesArray = TRUE ); + static SwPaM * NewSwPaM(SwDoc & rDoc, + ULONG const nStartIdx, ULONG const nEndIdx); // kopiere ggfs. eine lokale Datei ins Internet BOOL CopyLocalFileToINet( String& rFileNm ); -- cgit v1.2.3