diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-03 15:12:48 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-01-05 15:36:41 +0100 |
commit | 571ad11bc091871e8f71cda20c4aa56786f43837 (patch) | |
tree | 7f4a1533d4ec07c1a5ec1d2d75c23008800a0e8d /xmloff | |
parent | 79646372a0f4ac6becf494f5a96b0d7dbe379e9d (diff) |
Removed unnecessary tools includes.
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/shapeexport2.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/forms/propertyexport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/forms/propertyimport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/meta/xmlmetae.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/style/xmlnumi.cxx | 1 |
5 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/draw/shapeexport2.cxx b/xmloff/source/draw/shapeexport2.cxx index 91c72c3f59eb..1469bde45469 100644 --- a/xmloff/source/draw/shapeexport2.cxx +++ b/xmloff/source/draw/shapeexport2.cxx @@ -50,7 +50,6 @@ #include <xmloff/shapeexport.hxx> #include "sdpropls.hxx" #include <tools/debug.hxx> -#include <tools/urlobj.hxx> #include <rtl/ustrbuf.hxx> #include <xmloff/xmlexp.hxx> #include <xmloff/xmluconv.hxx> diff --git a/xmloff/source/forms/propertyexport.cxx b/xmloff/source/forms/propertyexport.cxx index 7088fb7040e8..e01220a20cfc 100644 --- a/xmloff/source/forms/propertyexport.cxx +++ b/xmloff/source/forms/propertyexport.cxx @@ -47,7 +47,6 @@ #include "callbacks.hxx" #include <unotools/datetime.hxx> #include <tools/date.hxx> -#include <tools/time.hxx> #include <tools/datetime.hxx> //......................................................................... diff --git a/xmloff/source/forms/propertyimport.cxx b/xmloff/source/forms/propertyimport.cxx index 608491658db4..8d8734686bcc 100644 --- a/xmloff/source/forms/propertyimport.cxx +++ b/xmloff/source/forms/propertyimport.cxx @@ -39,7 +39,6 @@ #include "callbacks.hxx" #include "xmloff/xmlnmspe.hxx" #include <tools/date.hxx> -#include <tools/time.hxx> #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/Time.hpp> #include <com/sun/star/util/DateTime.hpp> diff --git a/xmloff/source/meta/xmlmetae.cxx b/xmloff/source/meta/xmlmetae.cxx index a137bd6f0417..d7fdbf3f83dd 100644 --- a/xmloff/source/meta/xmlmetae.cxx +++ b/xmloff/source/meta/xmlmetae.cxx @@ -30,8 +30,6 @@ #include <tools/debug.hxx> #include <tools/inetdef.hxx> #include <i18npool/mslangid.hxx> -#include <tools/urlobj.hxx> -#include <tools/time.hxx> #include <rtl/ustrbuf.hxx> #include <xmloff/xmlmetae.hxx> diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx index 53e3d4f6a5f9..10a08f40cf57 100644 --- a/xmloff/source/style/xmlnumi.cxx +++ b/xmloff/source/style/xmlnumi.cxx @@ -42,7 +42,6 @@ #include <rtl/ustrbuf.hxx> -#include <tools/urlobj.hxx> #include <tools/debug.hxx> #include <tools/fontenum.hxx> |