summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2013-03-05 14:14:04 +0100
committerPetr Mladek <pmladek@suse.cz>2013-03-05 14:14:04 +0100
commit1934d3489e37fdc6558c2bc9e2c71b0de6883584 (patch)
tree51ebde4acf77ef2ed82a9c18528f82bca8488ed7 /writerfilter
parent67d1f24ad292aaf1dc256d7114a2dba88d8b351a (diff)
parent085f830c49d61f3eec433280ec465033eaa7babf (diff)
Merge branch 'distro/suse/suse-3.6' of ssh://logerrit/core into suse-3.6
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index a7677d1f3a50..445f62e4ccfb 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -36,15 +36,18 @@
#include <com/sun/star/text/VertOrientation.hpp>
#include <com/sun/star/text/RelOrientation.hpp>
#include <rtl/tencinfo.h>
-#include <svtools/wmf.hxx>
#include <svl/lngmisc.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <unotools/streamwrap.hxx>
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
#include <rtl/oustringostreaminserter.hxx>
#include <vcl/graph.hxx>
+#include <rtl/ustring.hxx>
#include <svtools/grfmgr.hxx>
+#include <vcl/graph.hxx>
+#include <vcl/outdev.hxx>
#include <vcl/svapp.hxx>
+#include <vcl/wmf.hxx>
#include <filter/msfilter/util.hxx>
#include <filter/msfilter/escherex.hxx>
#include <comphelper/string.hxx>