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 /svtools | |
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 'svtools')
-rw-r--r-- | svtools/inc/svtools/ivctrl.hxx | 2 | ||||
-rw-r--r-- | svtools/inc/svtools/svlbox.hxx | 2 | ||||
-rw-r--r-- | svtools/source/uno/treecontrolpeer.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/svtools/inc/svtools/ivctrl.hxx b/svtools/inc/svtools/ivctrl.hxx index ed2ccd80cc4a..c4854bff7115 100644 --- a/svtools/inc/svtools/ivctrl.hxx +++ b/svtools/inc/svtools/ivctrl.hxx @@ -33,7 +33,7 @@ #include <tools/string.hxx> #include <vcl/ctrl.hxx> #include <tools/link.hxx> -#include <tools/list.hxx> +#include <tools/contnr.hxx> #include <vcl/image.hxx> #include <vcl/seleng.hxx> diff --git a/svtools/inc/svtools/svlbox.hxx b/svtools/inc/svtools/svlbox.hxx index 477de7a6162f..b1ac2edbe378 100644 --- a/svtools/inc/svtools/svlbox.hxx +++ b/svtools/inc/svtools/svlbox.hxx @@ -41,7 +41,7 @@ #include <vcl/mnemonicengine.hxx> #include <vcl/quickselectionengine.hxx> #include <tools/gen.hxx> -#include <tools/list.hxx> +#include <tools/contnr.hxx> #include <svtools/treelist.hxx> #include <svtools/transfer.hxx> diff --git a/svtools/source/uno/treecontrolpeer.hxx b/svtools/source/uno/treecontrolpeer.hxx index 5d8b89b723fe..c154d698b1cd 100644 --- a/svtools/source/uno/treecontrolpeer.hxx +++ b/svtools/source/uno/treecontrolpeer.hxx @@ -40,7 +40,7 @@ #include <cppuhelper/implbase2.hxx> -#include <tools/list.hxx> +#include <tools/contnr.hxx> class UnoTreeListEntry; class TreeControlPeer; |