Kaydet (Commit) 8a3a2e88 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

mtfxmldump: move XML writing into its own function

Change-Id: I82954177fe9d4934e69b33c1c985304add09e089
üst 20d8a347
......@@ -17,10 +17,14 @@
#include <vcl/gdimtf.hxx>
#include <vector>
class XmlWriter;
class OOO_DLLPUBLIC_TEST MetafileXmlDump
{
std::vector<bool> maFilter;
void writeXml(GDIMetaFile& rMetaFile, XmlWriter& rWriter);
public:
MetafileXmlDump();
virtual ~MetafileXmlDump();
......
This diff is collapsed.
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