summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-08-08 12:00:39 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-08-08 13:53:09 +0300
commit720a130b29e24c5e3b8bfc97a046c1a41694ab8f (patch)
tree727062afc4e7403ddcb4bf816c63c7ce42235c9c /editeng
parentdaccbc1e070fe5788bb4f1f5e88d0eb7af5813b2 (diff)
Remove usage of list.hxx
Change-Id: I5815bdc2ef0d7eff15d518f6d66e913e31592d83
Diffstat (limited to 'editeng')
-rw-r--r--editeng/inc/editeng/outliner.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/inc/editeng/outliner.hxx b/editeng/inc/editeng/outliner.hxx
index 370ff2e5d27f..9b61a811f296 100644
--- a/editeng/inc/editeng/outliner.hxx
+++ b/editeng/inc/editeng/outliner.hxx
@@ -36,7 +36,7 @@
#include <editeng/editdata.hxx>
#include <i18npool/lang.h>
#include <tools/color.hxx>
-#include <tools/list.hxx>
+#include <tools/contnr.hxx>
#include <vcl/graph.hxx>
#include <tools/link.hxx>
#include <rsc/rscsfx.hxx>
@@ -699,7 +699,7 @@ public:
OutlinerView* GetView( size_t nIndex ) const;
size_t GetViewCount() const;
- Paragraph* Insert( const String& rText, sal_uLong nAbsPos = LIST_APPEND, sal_Int16 nDepth = 0 );
+ Paragraph* Insert( const String& rText, sal_uLong nAbsPos = CONTAINER_APPEND, sal_Int16 nDepth = 0 );
void SetText( const OutlinerParaObject& );
void AddText( const OutlinerParaObject& );
void SetText( const String& rText, Paragraph* pParagraph );