summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-23 08:33:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-23 09:58:25 +0200
commitfcd990f208be4430157dca2d6093337f21cb079b (patch)
tree8b132e4081b8f4d9cc4f8aa71f6d937d4f65ef03 /sd
parent3e7990faa4dda6022c63aebb2ac8f12b2bbc0731 (diff)
Some clean up after previous commit
Change-Id: Ie419c769c5d661d51c1b43b9808791dcf9e1725c
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/html/buttonset.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/filter/html/buttonset.cxx b/sd/source/filter/html/buttonset.cxx
index a22748ca6e01..460b23893cce 100644
--- a/sd/source/filter/html/buttonset.cxx
+++ b/sd/source/filter/html/buttonset.cxx
@@ -26,10 +26,13 @@
*
************************************************************************/
+#include "sal/config.h"
#include <com/sun/star/embed/ElementModes.hpp>
+#include <com/sun/star/embed/XStorage.hpp>
#include <com/sun/star/graphic/GraphicProvider.hpp>
#include <com/sun/star/graphic/XGraphicProvider.hpp>
+#include <com/sun/star/io/XStream.hpp>
#include <osl/file.hxx>
#include <comphelper/storagehelper.hxx>