diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-06 23:22:37 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-06 23:55:51 +0100 |
commit | 4beb58e0dd9533eb9870bb30b9e1472d881fe03a (patch) | |
tree | 21d9dc1cc5b7c246e4052fc21b95ddf229b99996 /svx/source | |
parent | 5845c5b6ec04cff9239716ee9cadfa3708e551c0 (diff) |
Removed unnecessary tools/ref.hxx includes.
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/relfld.cxx | 1 | ||||
-rw-r--r-- | svx/source/form/tbxform.cxx | 1 | ||||
-rw-r--r-- | svx/source/tbxctrls/tbxdrctl.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
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> |