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

include guard

üst 101e4494
......@@ -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: */
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