summaryrefslogtreecommitdiffstats
path: root/sd
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 /sd
parentRemoved unnecessary tools/link.hxx includes. (diff)
downloadcore-4beb58e0dd9533eb9870bb30b9e1472d881fe03a.tar.gz
core-4beb58e0dd9533eb9870bb30b9e1472d881fe03a.zip
Removed unnecessary tools/ref.hxx includes.
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/dlgctrls.cxx1
-rw-r--r--sd/source/ui/inc/sdpreslt.hxx1
-rw-r--r--sd/source/ui/view/sdview2.cxx1
3 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/dlgctrls.cxx b/sd/source/ui/dlg/dlgctrls.cxx
index fde687e909af..9202c18d942f 100644
--- a/sd/source/ui/dlg/dlgctrls.cxx
+++ b/sd/source/ui/dlg/dlgctrls.cxx
@@ -27,7 +27,6 @@
************************************************************************/
-#include <tools/ref.hxx>
#include <tools/debug.hxx>
#include "strings.hrc"
diff --git a/sd/source/ui/inc/sdpreslt.hxx b/sd/source/ui/inc/sdpreslt.hxx
index 95b89bb6c9f4..d0a62d5813e9 100644
--- a/sd/source/ui/inc/sdpreslt.hxx
+++ b/sd/source/ui/inc/sdpreslt.hxx
@@ -32,6 +32,7 @@
#include <vcl/dialog.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
+#include <tools/list.hxx>
#include <svtools/valueset.hxx>
class SfxItemSet;
diff --git a/sd/source/ui/view/sdview2.cxx b/sd/source/ui/view/sdview2.cxx
index bd3a8d6293a9..f01e5c9ea552 100644
--- a/sd/source/ui/view/sdview2.cxx
+++ b/sd/source/ui/view/sdview2.cxx
@@ -32,7 +32,6 @@
#include <vector>
#include <com/sun/star/embed/XEmbedPersist.hpp>
-#include <tools/ref.hxx>
#include <tools/urlobj.hxx>
#include <vcl/msgbox.hxx>
#include <svx/svdetc.hxx>