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 /sfx2 | |
parent | 5845c5b6ec04cff9239716ee9cadfa3708e551c0 (diff) |
Removed unnecessary tools/ref.hxx includes.
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/sfx2/fcontnr.hxx | 2 | ||||
-rw-r--r-- | sfx2/inc/sfx2/ipclient.hxx | 1 | ||||
-rw-r--r-- | sfx2/source/bastyp/helper.cxx | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/fcontnr.hxx b/sfx2/inc/sfx2/fcontnr.hxx index f6c1d01cb1a1..875536a0ac62 100644 --- a/sfx2/inc/sfx2/fcontnr.hxx +++ b/sfx2/inc/sfx2/fcontnr.hxx @@ -40,6 +40,8 @@ #include <sfx2/docfilt.hxx> #include <sfx2/sfxdefs.hxx> +#include <tools/ref.hxx> + #include <boost/utility.hpp> class Window; diff --git a/sfx2/inc/sfx2/ipclient.hxx b/sfx2/inc/sfx2/ipclient.hxx index a441acad6b2e..c4530498578d 100644 --- a/sfx2/inc/sfx2/ipclient.hxx +++ b/sfx2/inc/sfx2/ipclient.hxx @@ -35,7 +35,6 @@ #include <com/sun/star/embed/Aspects.hpp> #include <com/sun/star/embed/XEmbeddedObject.hpp> -#include <tools/ref.hxx> #include <tools/gen.hxx> #include <sfx2/objsh.hxx> diff --git a/sfx2/source/bastyp/helper.cxx b/sfx2/source/bastyp/helper.cxx index 2e1d79c1ea4a..d369db799fe7 100644 --- a/sfx2/source/bastyp/helper.cxx +++ b/sfx2/source/bastyp/helper.cxx @@ -46,7 +46,6 @@ #include <unotools/localedatawrapper.hxx> #include <rtl/strbuf.hxx> -#include <tools/ref.hxx> #include <tools/debug.hxx> #include <tools/urlobj.hxx> #include <tools/datetime.hxx> |