diff options
author | Noel Grandin <noel@peralex.com> | 2012-02-06 12:50:59 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-02-08 13:15:30 +0100 |
commit | 0979307bbf769399f97da10a29f04936a6cf117c (patch) | |
tree | f04aea01ba738e29902aceaeeb720fc73a00a408 /vcl | |
parent | 809fd00863026cdff4bf2de7d02956d39e867eeb (diff) |
tools/table.hxx to std::map conversion in SV, SVL and SVX modules
This patch converts one use of tools/table.hxx in
svl/inc/svl/zforlist.hxx, whose use in turn spans 3 modules.
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/combobox.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/control/combobox.cxx b/vcl/source/control/combobox.cxx index a93dc67f2378..3d9823f77fbc 100644 --- a/vcl/source/control/combobox.cxx +++ b/vcl/source/control/combobox.cxx @@ -29,7 +29,6 @@ #include <set> #include <comphelper/string.hxx> -#include <tools/table.hxx> #include <tools/debug.hxx> #include <tools/rc.h> #include <vcl/decoview.hxx> |