diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/ivctrl.hxx | 1 | ||||
-rw-r--r-- | svtools/inc/svtools/svlbox.hxx | 1 | ||||
-rw-r--r-- | svtools/source/control/valueset.cxx | 1 | ||||
-rw-r--r-- | svtools/source/filter/exportdialog.cxx | 1 | ||||
-rw-r--r-- | svtools/source/uno/treecontrolpeer.hxx | 1 |
5 files changed, 4 insertions, 1 deletions
diff --git a/svtools/inc/svtools/ivctrl.hxx b/svtools/inc/svtools/ivctrl.hxx index f78957f0ada0..96475e71eb33 100644 --- a/svtools/inc/svtools/ivctrl.hxx +++ b/svtools/inc/svtools/ivctrl.hxx @@ -33,6 +33,7 @@ #include <tools/string.hxx> #include <vcl/ctrl.hxx> #include <tools/link.hxx> +#include <tools/list.hxx> #include <vcl/image.hxx> #include <vcl/seleng.hxx> diff --git a/svtools/inc/svtools/svlbox.hxx b/svtools/inc/svtools/svlbox.hxx index b246854e6a13..21b40351d164 100644 --- a/svtools/inc/svtools/svlbox.hxx +++ b/svtools/inc/svtools/svlbox.hxx @@ -44,6 +44,7 @@ #include <vcl/mnemonicengine.hxx> #include <vcl/quickselectionengine.hxx> #include <tools/gen.hxx> +#include <tools/list.hxx> #include <svtools/treelist.hxx> #include <svl/svarray.hxx> #include <svtools/transfer.hxx> diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx index 84f472ff4fee..7b600cfa6b4c 100644 --- a/svtools/source/control/valueset.cxx +++ b/svtools/source/control/valueset.cxx @@ -27,6 +27,7 @@ ************************************************************************/ #include <tools/debug.hxx> +#include <tools/list.hxx> #include <vcl/decoview.hxx> #include <vcl/svapp.hxx> #include <vcl/scrbar.hxx> diff --git a/svtools/source/filter/exportdialog.cxx b/svtools/source/filter/exportdialog.cxx index d251517334d7..7b8eff56a51a 100644 --- a/svtools/source/filter/exportdialog.cxx +++ b/svtools/source/filter/exportdialog.cxx @@ -31,7 +31,6 @@ # pragma hdrstop #endif -#include <tools/ref.hxx> #include <tools/stream.hxx> #include <svtools/filter.hxx> #include <svtools/FilterConfigItem.hxx> diff --git a/svtools/source/uno/treecontrolpeer.hxx b/svtools/source/uno/treecontrolpeer.hxx index 4c13acde8648..c1987aa33db0 100644 --- a/svtools/source/uno/treecontrolpeer.hxx +++ b/svtools/source/uno/treecontrolpeer.hxx @@ -40,6 +40,7 @@ #include <cppuhelper/implbase2.hxx> +#include <tools/list.hxx> class UnoTreeListEntry; class TreeControlPeer; |