summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-02-18 20:57:55 -0800
committerJoseph Powers <jpowers27@cox.net>2011-02-18 20:57:55 -0800
commitd8369857bbbb75417e4b044fe77a6c87709e7ac0 (patch)
tree991a839d6b246bca2b62b9513f9dcae9a7cfd065 /sfx2
parent9de5ca8d677fad56c20dfb274f3491433d768259 (diff)
Remove some #include "tools/list.hxx"
Plus some trailing whitespace cleanup
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/inc/about.hxx1
-rw-r--r--sfx2/inc/arrdecl.hxx1
-rw-r--r--sfx2/inc/msgnodei.hxx3
-rw-r--r--sfx2/inc/pch/precompiled_sfx2.hxx1
-rw-r--r--sfx2/inc/sfx2/docfile.hxx1
-rw-r--r--sfx2/inc/sfx2/frame.hxx1
-rw-r--r--sfx2/inc/sfx2/styfitem.hxx1
-rw-r--r--sfx2/source/appl/helpinterceptor.hxx1
-rw-r--r--sfx2/source/bastyp/frmhtml.cxx1
-rw-r--r--sfx2/source/inc/appdata.hxx1
-rw-r--r--sfx2/source/menu/objmnctl.cxx1
11 files changed, 1 insertions, 12 deletions
diff --git a/sfx2/inc/about.hxx b/sfx2/inc/about.hxx
index 860be1f4ccbd..2e5c4326f7b0 100644
--- a/sfx2/inc/about.hxx
+++ b/sfx2/inc/about.hxx
@@ -34,7 +34,6 @@
#include <vcl/button.hxx>
#include <vcl/accel.hxx>
#include <svtools/svmedit.hxx>
-#include <tools/list.hxx>
#include <svtools/stdctrl.hxx>
#include "svtools/fixedhyper.hxx"
#include <sfx2/basedlgs.hxx> // SfxModalDialog
diff --git a/sfx2/inc/arrdecl.hxx b/sfx2/inc/arrdecl.hxx
index d98097e674d6..c7d181eb1110 100644
--- a/sfx2/inc/arrdecl.hxx
+++ b/sfx2/inc/arrdecl.hxx
@@ -28,7 +28,6 @@
#ifndef _SFX_ARRDECL_HXX
#define _SFX_ARRDECL_HXX
-#include <tools/list.hxx>
#include <svl/svarray.hxx>
#include <sfx2/minarray.hxx>
#include <vector>
diff --git a/sfx2/inc/msgnodei.hxx b/sfx2/inc/msgnodei.hxx
index 17b6ccb71719..f73416fde9c7 100644
--- a/sfx2/inc/msgnodei.hxx
+++ b/sfx2/inc/msgnodei.hxx
@@ -29,11 +29,10 @@
#ifndef _MSGNODEI_HXX
#define _MSGNODEI_HXX
-
#include <svl/eitem.hxx>
#include <tools/string.hxx>
#include <svl/poolitem.hxx>
-#include <tools/list.hxx>
+
struct SfxMsgAttachFile {
String aFile;
String aName;
diff --git a/sfx2/inc/pch/precompiled_sfx2.hxx b/sfx2/inc/pch/precompiled_sfx2.hxx
index 7e8db0f7910f..5bd28af4724a 100644
--- a/sfx2/inc/pch/precompiled_sfx2.hxx
+++ b/sfx2/inc/pch/precompiled_sfx2.hxx
@@ -600,7 +600,6 @@
#include "tools/globname.hxx"
#include "tools/inetmime.hxx"
#include "tools/link.hxx"
-#include "tools/list.hxx"
#include "tools/ownlist.hxx"
#include "tools/rc.hxx"
#include "tools/rcid.h"
diff --git a/sfx2/inc/sfx2/docfile.hxx b/sfx2/inc/sfx2/docfile.hxx
index d5f6c0cf511a..db9591265f28 100644
--- a/sfx2/inc/sfx2/docfile.hxx
+++ b/sfx2/inc/sfx2/docfile.hxx
@@ -45,7 +45,6 @@
#include <com/sun/star/beans/PropertyValue.hpp>
#include <tools/stream.hxx>
#include <tools/string.hxx>
-#include <tools/list.hxx>
#include <svl/lstner.hxx>
#include <tools/globname.hxx>
diff --git a/sfx2/inc/sfx2/frame.hxx b/sfx2/inc/sfx2/frame.hxx
index 40fb375fae9e..40c72c697ddc 100644
--- a/sfx2/inc/sfx2/frame.hxx
+++ b/sfx2/inc/sfx2/frame.hxx
@@ -67,7 +67,6 @@ namespace com
#include <tools/ref.hxx>
#include <tools/string.hxx>
#include <svl/brdcst.hxx>
-#include <tools/list.hxx>
#include <svl/poolitem.hxx>
#include <comphelper/namedvaluecollection.hxx>
#include <vector>
diff --git a/sfx2/inc/sfx2/styfitem.hxx b/sfx2/inc/sfx2/styfitem.hxx
index c68e2ece3a69..5434daec054d 100644
--- a/sfx2/inc/sfx2/styfitem.hxx
+++ b/sfx2/inc/sfx2/styfitem.hxx
@@ -33,7 +33,6 @@
#include <vcl/bitmap.hxx>
#include <vcl/image.hxx>
-#include <tools/list.hxx>
#include <tools/rc.hxx>
#include <rsc/rscsfx.hxx>
#include <vector>
diff --git a/sfx2/source/appl/helpinterceptor.hxx b/sfx2/source/appl/helpinterceptor.hxx
index 933b95c3e1cf..60adf2d6d934 100644
--- a/sfx2/source/appl/helpinterceptor.hxx
+++ b/sfx2/source/appl/helpinterceptor.hxx
@@ -37,7 +37,6 @@
#include <cppuhelper/implbase1.hxx>
#include <com/sun/star/frame/XStatusListener.hpp>
#include <tools/string.hxx>
-#include <tools/list.hxx>
#include <tools/link.hxx>
#include <vector>
diff --git a/sfx2/source/bastyp/frmhtml.cxx b/sfx2/source/bastyp/frmhtml.cxx
index 3d710a0c53b7..a16f7257baa3 100644
--- a/sfx2/source/bastyp/frmhtml.cxx
+++ b/sfx2/source/bastyp/frmhtml.cxx
@@ -29,7 +29,6 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sfx2.hxx"
-#include <tools/list.hxx>
#include <tools/table.hxx>
#include <svtools/htmltokn.h>
#include <svtools/asynclink.hxx>
diff --git a/sfx2/source/inc/appdata.hxx b/sfx2/source/inc/appdata.hxx
index 138070f34f50..b3d83eaed189 100644
--- a/sfx2/source/inc/appdata.hxx
+++ b/sfx2/source/inc/appdata.hxx
@@ -29,7 +29,6 @@
#define _SFX_APPDATA_HXX
#include <tools/link.hxx>
-#include <tools/list.hxx>
#include <svl/lstner.hxx>
#include <vcl/timer.hxx>
#include <tools/string.hxx>
diff --git a/sfx2/source/menu/objmnctl.cxx b/sfx2/source/menu/objmnctl.cxx
index 38b041ec16e3..71417ac91439 100644
--- a/sfx2/source/menu/objmnctl.cxx
+++ b/sfx2/source/menu/objmnctl.cxx
@@ -31,7 +31,6 @@
#include <com/sun/star/embed/VerbDescriptor.hpp>
#include <com/sun/star/embed/VerbAttributes.hpp>
-#include <tools/list.hxx>
#include <vcl/menu.hxx>
#include <svl/stritem.hxx>