summaryrefslogtreecommitdiff
path: root/sw/inc/tblsel.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-07-19 13:24:54 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-25 14:13:45 +0200
commitb09b1ed26437c6e801ce71363a4416031cb40920 (patch)
tree324827667996ca529279beb4d2ed22a245dab8eb /sw/inc/tblsel.hxx
parent63f792d9b1482c518f37b4d0681082ea49957a1e (diff)
Convert SV_DECL_PTRARR_SORT(SwTableSortBoxes) to o3tl::sorted_vector
Change-Id: Id5ff378b25619a9bf126824b4abadd19615b7a31
Diffstat (limited to 'sw/inc/tblsel.hxx')
-rw-r--r--sw/inc/tblsel.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/tblsel.hxx b/sw/inc/tblsel.hxx
index 63fa38a0a469..778333d2e000 100644
--- a/sw/inc/tblsel.hxx
+++ b/sw/inc/tblsel.hxx
@@ -51,6 +51,7 @@ class SwUndoTblMerge;
class SwCellFrm;
typedef ::std::deque< SwCellFrm* > SwCellFrms;
+typedef SwTableBox* SwTableBoxPtr;
SV_DECL_PTRARR_SORT( SwSelBoxes, SwTableBoxPtr, 10 )
// Collects all boxes in table that are selected.