Kaydet (Commit) d825e23c authored tarafından Luboš Luňák's avatar Luboš Luňák

include guard

üst 101e4494
...@@ -26,6 +26,9 @@ ...@@ -26,6 +26,9 @@
* *
************************************************************************/ ************************************************************************/
#ifndef _OOX_EXPORT_VMLEXPORT_HXX_
#define _OOX_EXPORT_VMLEXPORT_HXX_
#include <oox/dllapi.h> #include <oox/dllapi.h>
#include <sax/fshelper.hxx> #include <sax/fshelper.hxx>
#include <filter/msfilter/escherex.hxx> #include <filter/msfilter/escherex.hxx>
...@@ -118,4 +121,6 @@ private: ...@@ -118,4 +121,6 @@ private:
} // namespace oox } // namespace oox
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment