[Libreoffice-commits] core.git: scp2/source
Tor Lillqvist
tml at collabora.com
Wed May 30 12:29:23 UTC 2018
scp2/source/writer/registryitem_writer.scp | 15 +++++++++++++++
1 file changed, 15 insertions(+)
New commits:
commit 4d9159fac836904b8cb4f3672291367b4c258173
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Mar 6 17:08:29 2018 +0200
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/55052
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
diff --git a/scp2/source/writer/registryitem_writer.scp b/scp2/source/writer/registryitem_writer.scp
index 1ca635159861..7eb628a51721 100644
--- a/scp2/source/writer/registryitem_writer.scp
+++ b/scp2/source/writer/registryitem_writer.scp
@@ -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
More information about the Libreoffice-commits
mailing list