summaryrefslogtreecommitdiffstats
path: root/oox
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-04-01 19:15:28 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-04-01 20:20:25 +0200
commitd825e23cc447b86604a89b08cb09dca82c16925d (patch)
tree05280787c6287ad11d7ebd3227be2708f4d7e09b /oox
parentadd pretty printers for boost (diff)
downloadcore-d825e23cc447b86604a89b08cb09dca82c16925d.tar.gz
core-d825e23cc447b86604a89b08cb09dca82c16925d.zip
include guard
Diffstat (limited to 'oox')
-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: */