Kaydet (Commit) a5d76172 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

move a little bit closer to the export from MSO

Change-Id: I378d96f65fbeb2c529eae6a9c90ef7c0ecccc97d
üst f435b788
......@@ -760,8 +760,15 @@ void exportPROJECTStream(SvStream& rStrm, css::uno::Reference<css::container::XN
// section 2.3.1.18 HostExtenders
exportString(rStrm, "[Host Extender Info]\r\n"
"&H00000001={3832D640-CF90-11CF-8E43-00A0C911005A};VBE;&H00000000\r\n"
"&H00000001={3832D640-CF90-11CF-8E43-00A0C911005A};VBE;&H00000000\r\n\r\n"
);
// section 2.3.1.19 ProjectWorkspace
exportString(rStrm, "[Workspace]\r\n");
for (sal_Int32 i = 0; i < n; ++i)
{
exportString(rStrm, aElementNames[i] + "=0, 0, 0, 0, C\r\n");
}
}
// section 2.3.3.1 NAMEMAP
......
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