diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-02-18 20:57:55 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-18 20:57:55 -0800 |
commit | d8369857bbbb75417e4b044fe77a6c87709e7ac0 (patch) | |
tree | 991a839d6b246bca2b62b9513f9dcae9a7cfd065 /xmloff | |
parent | 9de5ca8d677fad56c20dfb274f3491433d768259 (diff) |
Remove some #include "tools/list.hxx"
Plus some trailing whitespace cleanup
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/pch/precompiled_xmloff.hxx | 1 | ||||
-rw-r--r-- | xmloff/inc/xmloff/txtimp.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/draw/sdxmlexp.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/impastpl.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/xmlstyle.cxx | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/xmloff/inc/pch/precompiled_xmloff.hxx b/xmloff/inc/pch/precompiled_xmloff.hxx index 829ee47e27df..22f11be546ca 100644 --- a/xmloff/inc/pch/precompiled_xmloff.hxx +++ b/xmloff/inc/pch/precompiled_xmloff.hxx @@ -451,7 +451,6 @@ #include "tools/gen.hxx" #include "tools/globname.hxx" #include "tools/inetdef.hxx" -#include "tools/list.hxx" #include "tools/ref.hxx" #include "tools/rtti.hxx" #include "tools/solar.h" diff --git a/xmloff/inc/xmloff/txtimp.hxx b/xmloff/inc/xmloff/txtimp.hxx index 5e776200a08e..b9d344aac18c 100644 --- a/xmloff/inc/xmloff/txtimp.hxx +++ b/xmloff/inc/xmloff/txtimp.hxx @@ -38,7 +38,6 @@ #include <boost/utility.hpp> #include <boost/shared_ptr.hpp> -#include <tools/list.hxx> #include <xmloff/xmltkmap.hxx> // functional.hxx is obsolete and should be replaced by its comphelper diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx index 83229b73d925..dacd1087286f 100644 --- a/xmloff/source/draw/sdxmlexp.cxx +++ b/xmloff/source/draw/sdxmlexp.cxx @@ -78,7 +78,6 @@ #include "VisAreaExport.hxx" #include "XMLNumberStylesExport.hxx" -#include <tools/list.hxx> #include <tools/string.hxx> #include "animationexport.hxx" diff --git a/xmloff/source/style/impastpl.hxx b/xmloff/source/style/impastpl.hxx index 4f3fe43beba7..5c79e2d8cf44 100644 --- a/xmloff/source/style/impastpl.hxx +++ b/xmloff/source/style/impastpl.hxx @@ -30,7 +30,6 @@ #define _XMLOFF_XMLASTPL_IMPL_HXX #include <sal/types.h> -#include <tools/list.hxx> #include <svl/cntnrsrt.hxx> #include <rtl/ustring.hxx> #include <vector> diff --git a/xmloff/source/style/xmlstyle.cxx b/xmloff/source/style/xmlstyle.cxx index 1d4acd3868fa..31cfbe22abbe 100644 --- a/xmloff/source/style/xmlstyle.cxx +++ b/xmloff/source/style/xmlstyle.cxx @@ -41,7 +41,6 @@ #include <com/sun/star/style/XAutoStyleFamily.hpp> #include "PageMasterPropMapper.hxx" #include <tools/debug.hxx> -#include <tools/list.hxx> #include <svl/cntnrsrt.hxx> #include <svl/itemset.hxx> #include <xmloff/nmspmap.hxx> |