summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2012-01-06 23:22:37 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-06 23:55:51 +0100
commit4beb58e0dd9533eb9870bb30b9e1472d881fe03a (patch)
tree21d9dc1cc5b7c246e4052fc21b95ddf229b99996 /svtools
parent5845c5b6ec04cff9239716ee9cadfa3708e551c0 (diff)
Removed unnecessary tools/ref.hxx includes.
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/ivctrl.hxx1
-rw-r--r--svtools/inc/svtools/svlbox.hxx1
-rw-r--r--svtools/source/control/valueset.cxx1
-rw-r--r--svtools/source/filter/exportdialog.cxx1
-rw-r--r--svtools/source/uno/treecontrolpeer.hxx1
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;