summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-07-10 13:33:32 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-07-10 14:13:57 -0400
commit4ce9e4a68f0776842ca8a2ce6ac3e0891ba00fea (patch)
tree997895afcea5327fe747aeae0ed5e8023dbabab9 /filter
parent2aef59dca407a1d342874cde88732b6cb9e131b4 (diff)
Head cleanup - use forward declarations.
Change-Id: Icc4fa0acad77d61200eb77cc70e21866590b658e
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/msdffimp.cxx1
-rw-r--r--filter/source/msfilter/svdfppt.cxx2
2 files changed, 3 insertions, 0 deletions
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 350d4d593e0a..66e49fd338e0 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -135,6 +135,7 @@
#include <svx/xbitmap.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/ustring.hxx>
+#include <svtools/embedhlp.hxx>
#include <boost/scoped_array.hpp>
#include <boost/scoped_ptr.hpp>
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index 17d4e71a8658..3fba7dad3348 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -115,6 +115,8 @@
#include <com/sun/star/table/BorderLine2.hpp>
#include <com/sun/star/table/BorderLineStyle.hpp>
#include <vcl/virdev.hxx>
+#include <svtools/embedhlp.hxx>
+
#include <algorithm>
#include <set>
#include <rtl/strbuf.hxx>