summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/Library_sdfilt.mk1
-rw-r--r--sd/source/filter/ppt/pptin.cxx6
2 files changed, 4 insertions, 3 deletions
diff --git a/sd/Library_sdfilt.mk b/sd/Library_sdfilt.mk
index de9d938809c0..ec85ffc53853 100644
--- a/sd/Library_sdfilt.mk
+++ b/sd/Library_sdfilt.mk
@@ -12,6 +12,7 @@ $(eval $(call gb_Library_Library,sdfilt))
$(eval $(call gb_Library_set_include,sdfilt,\
$$(INCLUDE) \
-I$(SRCDIR)/sd/inc \
+ -I$(SRCDIR)/sd/source/ui/inc \
))
ifneq ($(strip $(dbg_anim_log)$(DBG_ANIM_LOG)),)
diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx
index dea57ff7ea75..3ee02d93f1b1 100644
--- a/sd/source/filter/ppt/pptin.cxx
+++ b/sd/source/filter/ppt/pptin.cxx
@@ -74,9 +74,9 @@
#include "customshowlist.hxx"
#include "sddll.hxx"
-#include "../../ui/inc/DrawDocShell.hxx"
-#include "../../ui/inc/FrameView.hxx"
-#include "../../ui/inc/optsitem.hxx"
+#include "DrawDocShell.hxx"
+#include "FrameView.hxx"
+#include "optsitem.hxx"
#include <unotools/fltrcfg.hxx>
#include <sfx2/progress.hxx>