Kaydet (Commit) 720a130b authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Tor Lillqvist

Remove usage of list.hxx

Change-Id: I5815bdc2ef0d7eff15d518f6d66e913e31592d83
üst daccbc1e
......@@ -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 );
......
......@@ -35,6 +35,7 @@
#include <com/sun/star/container/XIndexAccess.hpp>
#include <comphelper/processfactory.hxx>
#include <svl/itemset.hxx>
#include <tools/list.hxx>
#include "sdattr.hxx"
#include "present.hxx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment