summaryrefslogtreecommitdiff
path: root/scp2/source/writer
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2012-05-31 09:46:25 +0200
committerJesús Corrius <jesus@softcatala.org>2012-05-31 09:46:25 +0200
commitf449c8223a5c7cfe1b769028190b552b3e377c06 (patch)
tree917f7ea09a99f972eff288e881d8a5ef7fe0e856 /scp2/source/writer
parent6aade607b8a9cb172c7434e078f0ce80558b6939 (diff)
fix VersionNT condition for AppUserModelID
Diffstat (limited to 'scp2/source/writer')
-rw-r--r--scp2/source/writer/registryitem_writer.scp14
1 files changed, 7 insertions, 7 deletions
diff --git a/scp2/source/writer/registryitem_writer.scp b/scp2/source/writer/registryitem_writer.scp
index 360a6ca5f356..791169170604 100644
--- a/scp2/source/writer/registryitem_writer.scp
+++ b/scp2/source/writer/registryitem_writer.scp
@@ -289,7 +289,7 @@ End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- ComponentCondition = "VersionNT >= 600";
+ ComponentCondition = "VersionNT >= 601";
Subkey = "soffice.StarWriterDocument.6";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Writer";
@@ -410,7 +410,7 @@ End
RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_6_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- ComponentCondition = "VersionNT >= 600";
+ ComponentCondition = "VersionNT >= 601";
Subkey = "soffice.StarWriterGlobalDocument.6";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Writer";
@@ -497,7 +497,7 @@ End
RegistryItem gid_Regitem_Soffice_Starwritertemplate_6_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- ComponentCondition = "VersionNT >= 600";
+ ComponentCondition = "VersionNT >= 601";
Subkey = "soffice.StarWriterTemplate.6";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Writer";
@@ -860,7 +860,7 @@ End
RegistryItem gid_Regitem_Openoffice_Writerdocument_1_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- ComponentCondition = "VersionNT >= 600";
+ ComponentCondition = "VersionNT >= 601";
Subkey = "opendocument.WriterDocument.1";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Writer";
@@ -1111,7 +1111,7 @@ End
RegistryItem gid_Regitem_Openoffice_Writertemplate_1_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- ComponentCondition = "VersionNT >= 600";
+ ComponentCondition = "VersionNT >= 601";
Subkey = "opendocument.WriterTemplate.1";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Writer";
@@ -1263,7 +1263,7 @@ End
RegistryItem gid_Regitem_Openoffice_Writerglobaldocument_1_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- ComponentCondition = "VersionNT >= 600";
+ ComponentCondition = "VersionNT >= 601";
Subkey = "opendocument.WriterGlobalDocument.1";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Writer";
@@ -1415,7 +1415,7 @@ End
RegistryItem gid_Regitem_Openoffice_WriterWebTemplate_1_AppUserModelID
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- ComponentCondition = "VersionNT >= 600";
+ ComponentCondition = "VersionNT >= 601";
Subkey = "opendocument.WriterWebTemplate.1";
Name = "AppUserModelID";
Value = "TheDocumentFoundation.LibreOffice.Writer";