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 /cui/source | |
parent | 5845c5b6ec04cff9239716ee9cadfa3708e551c0 (diff) |
Removed unnecessary tools/ref.hxx includes.
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/dialogs/SpellDialog.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/cuitbxform.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/dlgname.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/tabarea.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx index 58e0be99d265..2f66b410919e 100644 --- a/cui/source/dialogs/SpellDialog.cxx +++ b/cui/source/dialogs/SpellDialog.cxx @@ -28,7 +28,6 @@ // include --------------------------------------------------------------- -#include <tools/ref.hxx> #include <tools/shl.hxx> #include <vcl/wrkwin.hxx> #include <vcl/menu.hxx> diff --git a/cui/source/dialogs/cuitbxform.cxx b/cui/source/dialogs/cuitbxform.cxx index 2e14b9752ab0..9a293f523965 100644 --- a/cui/source/dialogs/cuitbxform.cxx +++ b/cui/source/dialogs/cuitbxform.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/cui/source/dialogs/dlgname.cxx b/cui/source/dialogs/dlgname.cxx index 78cef105a297..89ea202ebb5c 100644 --- a/cui/source/dialogs/dlgname.cxx +++ b/cui/source/dialogs/dlgname.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include <tools/ref.hxx> #include <tools/shl.hxx> #include <tools/debug.hxx> #include <vcl/msgbox.hxx> diff --git a/cui/source/tabpages/tabarea.cxx b/cui/source/tabpages/tabarea.cxx index 497af51e725f..4814f15454d6 100644 --- a/cui/source/tabpages/tabarea.cxx +++ b/cui/source/tabpages/tabarea.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include <tools/ref.hxx> #include <sfx2/app.hxx> #include <sfx2/objsh.hxx> #include <vcl/msgbox.hxx> |