summaryrefslogtreecommitdiff
path: root/sw/inc/ndarr.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-11-25 14:31:10 +0100
committerMichael Stahl <mst@openoffice.org>2010-11-25 14:31:10 +0100
commit63b1df4f4ccf86ba3f5d8db895e27f7a71a5dad3 (patch)
tree5973ceaf9e0f215aa82f81eebc2eb2052c97083e /sw/inc/ndarr.hxx
parentd074d7b7a93c4e5d15ef5bd2d40344f8678243c8 (diff)
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().
Diffstat (limited to 'sw/inc/ndarr.hxx')
-rw-r--r--sw/inc/ndarr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx
index dd822a11dfdd..db22f73b2238 100644
--- a/sw/inc/ndarr.hxx
+++ b/sw/inc/ndarr.hxx
@@ -129,7 +129,7 @@ class SW_DLLPUBLIC SwNodes: private BigPtrArray
BOOL bNewFrms = TRUE, BOOL bTblInsDummyNode = FALSE ) const;
void _DelDummyNodes( const SwNodeRange& rRg );
-protected:
+public:
SwNodes( SwDoc* pDoc );
public: