summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/redlndlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/redlndlg.hxx')
-rw-r--r--sw/source/ui/inc/redlndlg.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/inc/redlndlg.hxx b/sw/source/ui/inc/redlndlg.hxx
index 81d678b20b91..301c262d8f51 100644
--- a/sw/source/ui/inc/redlndlg.hxx
+++ b/sw/source/ui/inc/redlndlg.hxx
@@ -63,8 +63,7 @@ struct SwRedlineDataParent
};
typedef SwRedlineDataParent* SwRedlineDataParentPtr;
-SV_DECL_PTRARR_DEL(SwRedlineDataParentArr, SwRedlineDataParentPtr, 10)
-
+typedef boost::ptr_vector<SwRedlineDataParent> SwRedlineDataParentArr;
SV_DECL_PTRARR_SORT(SwRedlineDataParentSortArr, SwRedlineDataParentPtr, 10)