[Libreoffice-commits] .: oox/inc

Lubos Lunak llunak at kemper.freedesktop.org
Sun Apr 1 12:32:49 PDT 2012


 oox/inc/oox/export/vmlexport.hxx |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit d825e23cc447b86604a89b08cb09dca82c16925d
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Sun Apr 1 19:15:28 2012 +0200

    include guard

diff --git a/oox/inc/oox/export/vmlexport.hxx b/oox/inc/oox/export/vmlexport.hxx
index f748755..0667a57 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: */


More information about the Libreoffice-commits mailing list