summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit/controls/stdtabcontrollermodel.hxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-02-10 21:48:39 -0800
committerJoseph Powers <jpowers27@cox.net>2011-02-10 21:48:39 -0800
commit5bd709c6ab5c8e8ca6aee75af2b14b0b30281286 (patch)
tree845f251129d626599ea2247edb377ff693762c4d /toolkit/inc/toolkit/controls/stdtabcontrollermodel.hxx
parent19935f3676014b02f6aee6ed133408d1a2fabbe1 (diff)
Remove DECLARE_LIST( ComponentEntryList, ComponentEntry* )
Diffstat (limited to 'toolkit/inc/toolkit/controls/stdtabcontrollermodel.hxx')
-rw-r--r--toolkit/inc/toolkit/controls/stdtabcontrollermodel.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/toolkit/inc/toolkit/controls/stdtabcontrollermodel.hxx b/toolkit/inc/toolkit/controls/stdtabcontrollermodel.hxx
index 436a8d1d0361..2393aa0de0b4 100644
--- a/toolkit/inc/toolkit/controls/stdtabcontrollermodel.hxx
+++ b/toolkit/inc/toolkit/controls/stdtabcontrollermodel.hxx
@@ -46,7 +46,6 @@
#include <vector>
struct UnoControlModelEntry;
-
typedef ::std::vector< UnoControlModelEntry* > UnoControlModelEntryListBase;
class UnoControlModelEntryList
@@ -80,14 +79,13 @@ struct UnoControlModelEntry
};
};
-// Keine Referenz halten, nur temporaer fuer AutoTabOrder
struct ComponentEntry
{
::com::sun::star::awt::XWindow* pComponent;
Point aPos;
};
-DECLARE_LIST( ComponentEntryList, ComponentEntry* )
+typedef ::std::vector< ComponentEntry* > ComponentEntryList;
#define CONTROLPOS_NOTFOUND 0xFFFFFFFF