diff options
author | Mikhail Voitenko <mav@openoffice.org> | 2003-03-25 10:17:09 +0000 |
---|---|---|
committer | Mikhail Voitenko <mav@openoffice.org> | 2003-03-25 10:17:09 +0000 |
commit | e12f3a21a4e45ace5596f29e477d447c6ac51238 (patch) | |
tree | 112392be3dce986ffe6cf8d11433c0495f5a36b3 /embedserv/regentries/math.reg | |
parent | 5a476fbbc1ea7474dcf72cc2bfc4c36ccf8445f9 (diff) |
#i2822# register for file opening
Diffstat (limited to 'embedserv/regentries/math.reg')
-rw-r--r-- | embedserv/regentries/math.reg | 35 |
1 files changed, 33 insertions, 2 deletions
diff --git a/embedserv/regentries/math.reg b/embedserv/regentries/math.reg index 0ffbbd3c3574..d412f32d145f 100644 --- a/embedserv/regentries/math.reg +++ b/embedserv/regentries/math.reg @@ -1,5 +1,12 @@ Windows Registry Editor Version 5.00 +[HKEY_CLASSES_ROOT\soffice.StarMathDocument.6] +@="com.sun.star.comp.Math.FormulaDocument" + +[HKEY_CLASSES_ROOT\soffice.StarMathDocument.6\CLSID] +@="{D0484DE6-AAEE-468a-991F-8D4B0737B57A}" + + [HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument.1] @="StarOffice Embedded Math Document" @@ -8,6 +15,18 @@ Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument.1\Insertable] +[HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument.1\protocol\StdFileEditing\server] +@="d:\\OFFICES\\SRX644\\mav3_new_nonpro\\program\\soffice.exe" + +[HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument.1\protocol\StdFileEditing\verb\0] +@="&Edit" + +[HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument.1\protocol\StdFileEditing\verb\-1] +@="&Show" + +[HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument.1\protocol\StdFileEditing\verb\-2] +@="&Open" + [HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument] @="StarOffice Embedded Math Document" @@ -20,18 +39,30 @@ Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument\Insertable] +[HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument\protocol\StdFileEditing\server] +@="d:\\OFFICES\\SRX644\\mav3_new_nonpro\\program\\soffice.exe" + +[HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument\protocol\StdFileEditing\verb\0] +@="&Edit" + +[HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument\protocol\StdFileEditing\verb\-1] +@="&Show" + +[HKEY_CLASSES_ROOT\com.sun.star.comp.Math.FormulaDocument\protocol\StdFileEditing\verb\-2] +@="&Open" + [HKEY_CLASSES_ROOT\CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}] @="StarOffice Embedded Math Document" [HKEY_CLASSES_ROOT\CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\LocalServer32] -@="d:\\OFFICES\\SRX644\\mav3_nonpro\\program\\soffice.exe -nodefault -nologo" +@="d:\\OFFICES\\SRX644\\mav3_new_nonpro\\program\\soffice.exe -nodefault -nologo" [HKEY_CLASSES_ROOT\CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\InprocHandler32] @="ole32.dll" [HKEY_CLASSES_ROOT\CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\DefaultIcon] -@="d:\\OFFICES\\SRX644\\mav3_nonpro\\program\\soffice.exe,0" +@="d:\\OFFICES\\SRX644\\mav3_new_nonpro\\program\\soffice.exe,0" [HKEY_CLASSES_ROOT\CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\Insertable] |