summaryrefslogtreecommitdiff
path: root/svx
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 /svx
parent5845c5b6ec04cff9239716ee9cadfa3708e551c0 (diff)
Removed unnecessary tools/ref.hxx includes.
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svdibrow.hxx1
-rw-r--r--svx/source/dialog/relfld.cxx1
-rw-r--r--svx/source/form/tbxform.cxx1
-rw-r--r--svx/source/tbxctrls/tbxdrctl.cxx1
4 files changed, 1 insertions, 3 deletions
diff --git a/svx/inc/svdibrow.hxx b/svx/inc/svdibrow.hxx
index 968a5b1a4d31..11e94947f1bb 100644
--- a/svx/inc/svdibrow.hxx
+++ b/svx/inc/svdibrow.hxx
@@ -29,6 +29,7 @@
#ifndef _SVDIBROW_HXX
#define _SVDIBROW_HXX
+#include <tools/contnr.hxx>
#include <svtools/brwbox.hxx>
#include <vcl/edit.hxx>
#include <vcl/floatwin.hxx>
diff --git a/svx/source/dialog/relfld.cxx b/svx/source/dialog/relfld.cxx
index 945bae9436b9..0c327c981370 100644
--- a/svx/source/dialog/relfld.cxx
+++ b/svx/source/dialog/relfld.cxx
@@ -29,7 +29,6 @@
// include ---------------------------------------------------------------
-#include <tools/ref.hxx>
#include "svx/relfld.hxx"
// -----------------------------------------------------------------------
diff --git a/svx/source/form/tbxform.cxx b/svx/source/form/tbxform.cxx
index 7714f5af901d..e6ce24756785 100644
--- a/svx/source/form/tbxform.cxx
+++ b/svx/source/form/tbxform.cxx
@@ -27,7 +27,6 @@
************************************************************************/
#include <string>
-#include <tools/ref.hxx>
#include <tools/shl.hxx>
#include <svl/intitem.hxx>
#include <svl/eitem.hxx>
diff --git a/svx/source/tbxctrls/tbxdrctl.cxx b/svx/source/tbxctrls/tbxdrctl.cxx
index efa64f2d68fc..3706c17a9111 100644
--- a/svx/source/tbxctrls/tbxdrctl.cxx
+++ b/svx/source/tbxctrls/tbxdrctl.cxx
@@ -29,7 +29,6 @@
#include <string>
-#include <tools/ref.hxx>
#include <tools/shl.hxx>
#include <svl/aeitem.hxx>
#include <sfx2/dispatch.hxx>