summaryrefslogtreecommitdiff
path: root/sw/inc/ndarr.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-19 02:05:44 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-23 04:02:11 +0100
commit82ef5f9eab317171d4b08f5471222cce8f1fcdbf (patch)
tree52ee226b30daaa94e20e40612ec88fd912ef611c /sw/inc/ndarr.hxx
parentdfffff2a59983466748211944bc02013f4eba4b4 (diff)
use sw::Ring instead
Diffstat (limited to 'sw/inc/ndarr.hxx')
-rw-r--r--sw/inc/ndarr.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx
index e60b9eed8550..c7979dae5be9 100644
--- a/sw/inc/ndarr.hxx
+++ b/sw/inc/ndarr.hxx
@@ -21,6 +21,7 @@
#define INCLUDED_SW_INC_NDARR_HXX
#include <vector>
+#include <memory>
#include <boost/utility.hpp>
@@ -31,6 +32,7 @@
#include <bparr.hxx>
#include <ndtyp.hxx>
#include <o3tl/sorted_vector.hxx>
+#include <ring.hxx>
class Graphic;
class GraphicObject;
@@ -93,7 +95,7 @@ class SW_DLLPUBLIC SwNodes
friend class SwStartNode;
friend class ::sw::DocumentContentOperationsManager;
- SwNodeIndex* pRoot; ///< List of all indices on nodes.
+ SwNodeIndex* vIndices; ///< ring of all indices on nodes.
void InsertNode( const SwNodePtr pNode,
const SwNodeIndex& rPos );