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 /svx | |
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 'svx')
-rw-r--r-- | svx/inc/svx/xtable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svx/xtable.hxx b/svx/inc/svx/xtable.hxx index 4d6fe4e3f5f6..2f76330374cb 100644 --- a/svx/inc/svx/xtable.hxx +++ b/svx/inc/svx/xtable.hxx @@ -39,7 +39,7 @@ #include <tools/color.hxx> #include <tools/string.hxx> -#include <tools/list.hxx> +#include <tools/contnr.hxx> #include <cppuhelper/weak.hxx> |