summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-09-16 06:58:02 +0200
committerJan Holesovsky <kendy@suse.cz>2010-09-16 06:58:02 +0200
commit9191a63d2cd8f4adad9c70f04cb32be9fdff9649 (patch)
tree505f94a60ab89b33894a3a03ff74ad636bae2f95 /oox/inc
parent09f05507559ad8630cbf7426c0cdafca98d160d3 (diff)
docx-export-enable.diff: Enable the .docx export.
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/vml/vmldrawing.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/inc/oox/vml/vmldrawing.hxx b/oox/inc/oox/vml/vmldrawing.hxx
index c2f8432dca6f..ff8751a58f72 100644
--- a/oox/inc/oox/vml/vmldrawing.hxx
+++ b/oox/inc/oox/vml/vmldrawing.hxx
@@ -30,7 +30,8 @@
#include <map>
#include <memory>
-#include "oox/ole/oleobjecthelper.hxx"
+
+#include <oox/ole/oleobjecthelper.hxx>
namespace com { namespace sun { namespace star {
namespace awt { struct Rectangle; }