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

Add CLSID for Writer.Application and LocalServer32 for that

For Automation clients. Provided in extensions/source/ole/servprov.cxx
for an instance of ooo.vba.word.Application.

Change-Id: I277f461bf6206f3516b14fabe8b27dc4c06018b5
Reviewed-on: https://gerrit.libreoffice.org/55052Reviewed-by: 's avatarTor Lillqvist <tml@collabora.com>
Tested-by: 's avatarTor Lillqvist <tml@collabora.com>
üst 29f0c9d3
......@@ -976,6 +976,21 @@ RegistryItem gid_Regitem_Openoffice_Writerwebdocument_1_Shell_Open_Command
Styles = ();
End
RegistryItem gid_Regitem_WriterApplication
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
Subkey = "Writer.Application\CLSID";
Value = "{82154421-0FBF-11d4-8313-005004526AB4}";
Styles = ();
End
RegistryItem gid_Regitem_Clsid__82154421_0FBF_11d4_8313_005004526AB4__Localserver32
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
Subkey = "CLSID\{82154421-0FBF-11d4-8313-005004526AB4}\LocalServer32";
Value = "<progpath>\program\soffice.exe --nodefault --nologo";
End
// .fodt
RegistryItem gid_Regitem__Fodt
......
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