diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2011-11-27 02:26:30 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2011-11-27 02:27:37 +0100 |
commit | 452ba6fb9c632c81e82fe580fe1adde41ea6e00d (patch) | |
tree | 1c6f0e416e534a0c5dcc1ba803b518907c13d95f | |
parent | d21162d89685a07f1f82b6bf314caf3c64e49fa6 (diff) |
RtfSdrExport: remove unused includes
-rw-r--r-- | sw/source/filter/ww8/rtfsdrexport.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sw/source/filter/ww8/rtfsdrexport.cxx b/sw/source/filter/ww8/rtfsdrexport.cxx index d75c38459e3b..badda4e140a9 100644 --- a/sw/source/filter/ww8/rtfsdrexport.cxx +++ b/sw/source/filter/ww8/rtfsdrexport.cxx @@ -28,23 +28,11 @@ ************************************************************************/ #include "rtfsdrexport.hxx" -#include "rtfexport.hxx" -#include "writerhelper.hxx" #include "rtfattributeoutput.hxx" -#include <com/sun/star/i18n/ScriptType.hdl> -#include <osl/diagnose.h> -#include <rtl/strbuf.hxx> -#include <rtl/ustring.hxx> -#include <svl/itemiter.hxx> #include <svtools/rtfkeywd.hxx> -#include <editeng/editdata.hxx> #include <editeng/editobj.hxx> -#include <editeng/flditem.hxx> -#include <editeng/fontitem.hxx> #include <svx/svdotext.hxx> -#include <tools/stream.hxx> -#include <breakit.hxx> using rtl::OString; using rtl::OStringBuffer; |