Kaydet (Commit) b01c131e authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add ooo::vba::word::XApplicationOutgoing::DocumentBeforeClose() callback

Change-Id: Iccdb7bc262b8f85caf7efb4407a1f00ff0cfb4a8
üst a9f7d22f
......@@ -27,6 +27,7 @@ interface XApplicationOutgoing : XInterfaceWithIID
{
void DocumentChange();
void Quit();
void DocumentBeforeClose([in] any Document, [out] any Cancel);
};
}; }; };
......
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