From b9d82d2687e9e792dab2c4686c56f091e5494ee7 Mon Sep 17 00:00:00 2001 From: Rafael Dominguez Date: Sat, 21 May 2011 17:37:19 -0430 Subject: Replace List for std::vector. --- cui/source/inc/page.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/inc/page.hxx') diff --git a/cui/source/inc/page.hxx b/cui/source/inc/page.hxx index 289dac171671..e524a7d21e5d 100644 --- a/cui/source/inc/page.hxx +++ b/cui/source/inc/page.hxx @@ -222,7 +222,7 @@ public: void SetPaperFormatRanges( Paper eStart, Paper eEnd ) { ePaperStart = eStart, ePaperEnd = eEnd; } - void SetCollectionList(const List* pList); + void SetCollectionList(const std::vector &aList); virtual void PageCreated (SfxAllItemSet aSet); }; -- cgit