summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 10:57:01 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 10:57:01 +0000
commitdd9d25a5697acd0fd069a4e3f111182b5712c4ce (patch)
tree8c293aa9eaf0b2000482941c2266cf683461a04f /scp2
parent6a4c38220807baad2aac74d39ed2563b21689f8c (diff)
INTEGRATION: CWS vistaready02 (1.10.20); FILE MERGED
2007/01/18 09:59:06 lla 1.10.20.1: #i73589# Wrong Icon in Explorers Detail Pane
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/calc/registryitem_calc.scp14
1 files changed, 11 insertions, 3 deletions
diff --git a/scp2/source/calc/registryitem_calc.scp b/scp2/source/calc/registryitem_calc.scp
index b222649402a0..95c5b97a5b91 100644
--- a/scp2/source/calc/registryitem_calc.scp
+++ b/scp2/source/calc/registryitem_calc.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: registryitem_calc.scp,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2007-01-02 16:15:12 $
+ * last change: $Author: obo $ $Date: 2007-01-25 11:57:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -794,11 +794,19 @@ RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Shell_New_Command
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
+// RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Shell_Open_Command
+// ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+// ModuleID = gid_Module_Prg_Calc_Bin;
+// Subkey = "opendocument.CalcDocument.1\shell\open\command";
+// Value = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
+// End
+
RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
Subkey = "opendocument.CalcDocument.1\shell\open\command";
- Value = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
+ Value = "\"<progpath>\program\scalc.exe\" -o \"%1\"";
+ Styles = (PATCH);
End
RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Shell_Print_Command