diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-04-01 19:15:28 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-04-01 20:20:25 +0200 |
commit | d825e23cc447b86604a89b08cb09dca82c16925d (patch) | |
tree | 05280787c6287ad11d7ebd3227be2708f4d7e09b /oox/inc | |
parent | 101e449427f4dc2ef70105cdb63f989e2442e915 (diff) |
include guard
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/export/vmlexport.hxx | 5 |
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: */ |