summaryrefslogtreecommitdiff
path: root/cui/source/inc/iconcdlg.hxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2010-12-11 09:25:38 -0800
committerJoseph Powers <jpowers27@cox.net>2010-12-11 09:25:38 -0800
commit23d1212c3925e0465b7a3ce26779abb6d080fff2 (patch)
treeb60a158420835bafd4f3a6019154e16a49e7c083 /cui/source/inc/iconcdlg.hxx
parent444c242c51e6b049598359ea6cf98e34f611838b (diff)
Remove DECLARE_LIST( IconChoicePageList, IconChoicePageData * )
Diffstat (limited to 'cui/source/inc/iconcdlg.hxx')
-rw-r--r--cui/source/inc/iconcdlg.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/cui/source/inc/iconcdlg.hxx b/cui/source/inc/iconcdlg.hxx
index a81f4970212e..375aa2450e88 100644
--- a/cui/source/inc/iconcdlg.hxx
+++ b/cui/source/inc/iconcdlg.hxx
@@ -38,6 +38,7 @@
#include <svl/itemset.hxx>
#include <tools/list.hxx>
#include <tools/string.hxx>
+#include <vector>
#define CTRLS_OFFSET 3
#define BUTTON_DISTANCE 8
@@ -53,9 +54,6 @@ class IconChoicePage;
typedef IconChoicePage* (*CreatePage)(Window *pParent, const SfxItemSet &rAttrSet);
typedef USHORT* (*GetPageRanges)(); // liefert internationale Which-Wert
-// page-list
-DECLARE_LIST( IconChoicePageList, IconChoicePageData * )
-
// position of iconchoicectrl
enum EIconChoicePos { PosLeft, PosRight, PosTop, PosBottom };
@@ -165,7 +163,7 @@ private :
friend class IconChoicePage;
EIconChoicePos meChoicePos; // Position des IconChoiceCtrl's
- IconChoicePageList maPageList; // Liste von PageData-Pointer
+ ::std::vector< IconChoicePageData* > maPageList; // Liste von PageData-Pointer
SvtIconChoiceCtrl maIconCtrl; // DAS IconChoice-Control