summaryrefslogtreecommitdiff
path: root/vcl/inc/impgraph.hxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-07-09 16:01:45 -0700
committerJoseph Powers <jpowers27@cox.net>2011-07-09 16:01:45 -0700
commit7d1a41c189e800c453c4855d2b38843bbd2dd209 (patch)
treeb385628a6aba31ce477a474b91049c94cce2a16a /vcl/inc/impgraph.hxx
parent2da3b7076c00d510b2e2010bba2f362ba7df54d1 (diff)
Replace List with std::vector< AInfo* >
I actually moved the List member from the class to a class method. I think this is safe because the member was only used in one method and it's life- span was limited to the one method (populate, process, dispose - all in one "if" block. I also removed all the member's export methods since no one used them.
Diffstat (limited to 'vcl/inc/impgraph.hxx')
-rw-r--r--vcl/inc/impgraph.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx
index 6b6bce184770..592f6a73c050 100644
--- a/vcl/inc/impgraph.hxx
+++ b/vcl/inc/impgraph.hxx
@@ -144,8 +144,6 @@ private:
sal_uLong ImplGetAnimationLoopCount() const;
void ImplResetAnimationLoopCount();
- List* ImplGetAnimationInfoList() const;
-
private:
GraphicReader* ImplGetContext();