summaryrefslogtreecommitdiffstats
path: root/include/oox
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-06-30 14:51:35 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-06-30 14:52:30 +0200
commit717aafb9cae9dc4c58599c3a9b85434335785ec2 (patch)
treee5c6141a4f1018be3528b6764f3eb1f32f954b5d /include/oox
parentremove unused and non-working methods (diff)
downloadcore-717aafb9cae9dc4c58599c3a9b85434335785ec2.tar.gz
core-717aafb9cae9dc4c58599c3a9b85434335785ec2.zip
robustify some headers
Change-Id: Id1998b240025973f43691e83cebce17449b060ba
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/ppt/pptshapecontext.hxx1
-rw-r--r--include/oox/vml/vmltextboxcontext.hxx2
2 files changed, 3 insertions, 0 deletions
diff --git a/include/oox/ppt/pptshapecontext.hxx b/include/oox/ppt/pptshapecontext.hxx
index f746b659d7f0..85c64433221e 100644
--- a/include/oox/ppt/pptshapecontext.hxx
+++ b/include/oox/ppt/pptshapecontext.hxx
@@ -21,6 +21,7 @@
#define OOX_PPT_PPTSHAPECONTEXT_HXX
#include "oox/drawingml/shapecontext.hxx"
+#include "oox/ppt/slidepersist.hxx"
namespace oox { namespace ppt {
diff --git a/include/oox/vml/vmltextboxcontext.hxx b/include/oox/vml/vmltextboxcontext.hxx
index 47d71ac41b41..755d2d594e3e 100644
--- a/include/oox/vml/vmltextboxcontext.hxx
+++ b/include/oox/vml/vmltextboxcontext.hxx
@@ -24,6 +24,8 @@
#include "oox/vml/vmltextbox.hxx"
namespace oox {
+ class GraphicHelper;
+
namespace vml {
// ============================================================================