summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--oox/inc/oox/export/vmlexport.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/oox/inc/oox/export/vmlexport.hxx b/oox/inc/oox/export/vmlexport.hxx
index f748755cfc66..0667a57c508e 100644
--- a/oox/inc/oox/export/vmlexport.hxx
+++ b/oox/inc/oox/export/vmlexport.hxx
@@ -26,6 +26,9 @@
*
************************************************************************/
+#ifndef _OOX_EXPORT_VMLEXPORT_HXX_
+#define _OOX_EXPORT_VMLEXPORT_HXX_
+
#include <oox/dllapi.h>
#include <sax/fshelper.hxx>
#include <filter/msfilter/escherex.hxx>
@@ -118,4 +121,6 @@ private:
} // namespace oox
+#endif
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */