Kaydet (Commit) 3af368f0 authored tarafından Michael Stahl's avatar Michael Stahl

AnimationWindow: convert List to std::vector

Change-Id: I0b26906011e8986820c12d68bbe521f1f638f920
üst 03d49b2b
This diff is collapsed.
......@@ -25,7 +25,6 @@
#include <svtools/stdctrl.hxx>
#include <vcl/group.hxx>
#include <sfx2/ctrlitem.hxx>
#include <tools/list.hxx>
#include <vcl/button.hxx>
#include <vcl/field.hxx>
......@@ -129,8 +128,9 @@ private:
PushButton aBtnCreateGroup;
::Window* pWin;
List aBmpExList;
std::vector<Time*> aTimeList;
::std::vector< ::std::pair<BitmapEx*, Time*> > m_FrameList;
static const size_t EMPTY_FRAMELIST = ULONG_MAX;
size_t m_nCurrentFrame;
SdDrawDocument* pMyDoc;
BitmapEx* pBitmapEx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment