diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-29 20:39:48 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-29 21:29:31 -0500 |
commit | f532752756c81a295116b0889fe4e9d31b7c3bb6 (patch) | |
tree | 3a0fc8dfb93def468e2641ab6a5012c79bc18b45 /sd | |
parent | dffb58f927ed68b58de1d5d6ad0df6549eb21d70 (diff) |
Remove unused method & remove header include by using forward declaration.
Also, SvViewDataEntry has lost one friend.
Change-Id: Icf6d4127de38fed485cd260edae97748b1f78ede
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationList.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/animations/CustomAnimationList.cxx b/sd/source/ui/animations/CustomAnimationList.cxx index f1d4c787cadc..1fde2cf6b6b2 100644 --- a/sd/source/ui/animations/CustomAnimationList.cxx +++ b/sd/source/ui/animations/CustomAnimationList.cxx @@ -38,6 +38,7 @@ #include "svtools/svlbitm.hxx" #include "svtools/treelistentry.hxx" +#include "svtools/viewdataentry.hxx" #include "res_bmp.hrc" #include "glob.hrc" |