summaryrefslogtreecommitdiff
path: root/toolkit/inc
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-02-10 07:22:02 -0800
committerJoseph Powers <jpowers27@cox.net>2011-02-10 07:22:02 -0800
commit298b9df14ba23b43db3691d299191d01f3815fc3 (patch)
tree72164bc97465a6f1c66866b1f584025b7b5b5c2d /toolkit/inc
parent5aee848d35795e827eb0c909dc44fd08201244b2 (diff)
Remove DECLARE_LIST( PopupMenuRefList, uno::Reference< awt::XPopupMenu >* )
Diffstat (limited to 'toolkit/inc')
-rw-r--r--toolkit/inc/toolkit/awt/vclxmenu.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxmenu.hxx b/toolkit/inc/toolkit/awt/vclxmenu.hxx
index 0060d155a01c..ad41e04033f9 100644
--- a/toolkit/inc/toolkit/awt/vclxmenu.hxx
+++ b/toolkit/inc/toolkit/awt/vclxmenu.hxx
@@ -38,17 +38,19 @@
#include <cppuhelper/weak.hxx>
#include <osl/mutex.hxx>
-#include <tools/list.hxx>
#include <tools/link.hxx>
#include <toolkit/helper/listenermultiplexer.hxx>
+#include <vector>
class Menu;
class MenuBar;
class VclSimpleEvent;
class PopupMenu;
-DECLARE_LIST( PopupMenuRefList, ::com::sun::star::uno::Reference< ::com::sun::star::awt::XPopupMenu >* )
+typedef ::std::vector<
+ ::com::sun::star::uno::Reference< ::com::sun::star::awt::XPopupMenu >*
+> PopupMenuRefList;
// ----------------------------------------------------
// class VCLXMenu