diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-03 15:13:13 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-01-05 15:38:51 +0100 |
commit | 53d27eb2077794b3fa785576f011f9c358561d51 (patch) | |
tree | 39c5a1934461a1d9deccd8e13b8bcff569419f42 /xmloff/source/draw | |
parent | a1cfce768f83842defd8068a8eba5ed3eaeea255 (diff) |
Removed unnecessary tools includes.
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/propimp0.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/draw/sdxmlimp.cxx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/source/draw/propimp0.cxx b/xmloff/source/draw/propimp0.cxx index 958072fcaab7..92e327af877f 100644 --- a/xmloff/source/draw/propimp0.cxx +++ b/xmloff/source/draw/propimp0.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include <tools/string.hxx> #include <rtl/ustrbuf.hxx> #include "propimp0.hxx" #include <com/sun/star/drawing/LineDash.hpp> diff --git a/xmloff/source/draw/sdxmlimp.cxx b/xmloff/source/draw/sdxmlimp.cxx index 8c643aac1737..ad6362fc2730 100644 --- a/xmloff/source/draw/sdxmlimp.cxx +++ b/xmloff/source/draw/sdxmlimp.cxx @@ -27,7 +27,7 @@ ************************************************************************/ -#include <tools/string.hxx> +#include <osl/thread.h> #include <xmloff/xmlscripti.hxx> #include "sdxmlimp_impl.hxx" |