summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/page.hxx
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2011-05-21 17:37:19 -0430
committerJoseph Powers <jpowers27@cox.net>2011-05-22 21:21:33 -0700
commitb9d82d2687e9e792dab2c4686c56f091e5494ee7 (patch)
tree06cf7f6d05dc498fc5ee1c0817aabb6da1094c70 /cui/source/inc/page.hxx
parentReplace List for std::vector<String>. (diff)
downloadcore-b9d82d2687e9e792dab2c4686c56f091e5494ee7.tar.gz
core-b9d82d2687e9e792dab2c4686c56f091e5494ee7.zip
Replace List for std::vector<String>.
Diffstat (limited to 'cui/source/inc/page.hxx')
-rw-r--r--cui/source/inc/page.hxx2
1 files changed, 1 insertions, 1 deletions
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<String> &aList);
virtual void PageCreated (SfxAllItemSet aSet);
};