summaryrefslogtreecommitdiff
path: root/svtools/source/edit/textdat2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/edit/textdat2.hxx')
-rw-r--r--svtools/source/edit/textdat2.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/edit/textdat2.hxx b/svtools/source/edit/textdat2.hxx
index c34f5ec42ab3..cdbff9059685 100644
--- a/svtools/source/edit/textdat2.hxx
+++ b/svtools/source/edit/textdat2.hxx
@@ -177,8 +177,7 @@ public:
inline sal_Bool operator != ( const TextLine& rLine ) const;
};
-typedef TextLine* TextLinePtr;
- SV_DECL_PTRARR_DEL( TextLines, TextLinePtr, 1 )
+typedef std::vector<TextLine*> TextLines;
inline sal_Bool TextLine::operator == ( const TextLine& rLine ) const
{