diff options
author | Noel Grandin <noel@peralex.com> | 2012-08-13 13:26:32 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-08-13 22:48:15 +0200 |
commit | 0beb6bc4b39caca5c62bdb6c17d89210119a12e5 (patch) | |
tree | 2660c79a354b8671bdbfceebadd701609badefff /sd | |
parent | b78c58c8678ad9b4c13f1b5691da66f0d915685f (diff) |
Convert from tools/list.hxx to tools/contnr.hxx
Most places don't need to include tools/list.hxx
Change-Id: Ib2415fbbf92b039a77e1f5c21856f03de60262d4
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/present.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/animobjs.hxx | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/present.cxx b/sd/source/ui/dlg/present.cxx index 54b008e5a5e2..7fe5a740d1f9 100644 --- a/sd/source/ui/dlg/present.cxx +++ b/sd/source/ui/dlg/present.cxx @@ -35,7 +35,6 @@ #include <com/sun/star/container/XIndexAccess.hpp> #include <comphelper/processfactory.hxx> #include <svl/itemset.hxx> -#include <tools/list.hxx> #include "sdattr.hxx" #include "present.hxx" diff --git a/sd/source/ui/inc/animobjs.hxx b/sd/source/ui/inc/animobjs.hxx index eb9855255e2a..77ac160ee84e 100644 --- a/sd/source/ui/inc/animobjs.hxx +++ b/sd/source/ui/inc/animobjs.hxx @@ -25,6 +25,7 @@ #include <svtools/stdctrl.hxx> #include <vcl/group.hxx> #include <sfx2/ctrlitem.hxx> +#include <tools/list.hxx> #include <vcl/button.hxx> #include <vcl/field.hxx> |