diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-06-30 14:51:35 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-06-30 14:52:30 +0200 |
commit | 717aafb9cae9dc4c58599c3a9b85434335785ec2 (patch) | |
tree | e5c6141a4f1018be3528b6764f3eb1f32f954b5d /include/oox/vml | |
parent | fc98acd38c3ab26c1e0d3d72556123cc40522bff (diff) |
robustify some headers
Change-Id: Id1998b240025973f43691e83cebce17449b060ba
Diffstat (limited to 'include/oox/vml')
-rw-r--r-- | include/oox/vml/vmltextboxcontext.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 { // ============================================================================ |