From 5bd709c6ab5c8e8ca6aee75af2b14b0b30281286 Mon Sep 17 00:00:00 2001 From: Joseph Powers Date: Thu, 10 Feb 2011 21:48:39 -0800 Subject: Remove DECLARE_LIST( ComponentEntryList, ComponentEntry* ) --- toolkit/inc/toolkit/controls/stdtabcontrollermodel.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'toolkit/inc') 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 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 -- cgit