summaryrefslogtreecommitdiff
path: root/vcl/source/control/morebtn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control/morebtn.cxx')
-rw-r--r--vcl/source/control/morebtn.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/vcl/source/control/morebtn.cxx b/vcl/source/control/morebtn.cxx
index ec91329e4498..5e7e104e13a9 100644
--- a/vcl/source/control/morebtn.cxx
+++ b/vcl/source/control/morebtn.cxx
@@ -22,13 +22,11 @@
#include <tools/rc.h>
#include <vector>
-typedef ::std::vector< VclPtr<vcl::Window> > ImplMoreWindowList;
-
struct ImplMoreButtonData
{
- ImplMoreWindowList *mpItemList;
- OUString maMoreText;
- OUString maLessText;
+ std::vector< VclPtr<vcl::Window> >* mpItemList;
+ OUString maMoreText;
+ OUString maLessText;
};
void MoreButton::ImplInit( vcl::Window* pParent, WinBits nStyle )