Bug 48016 - FILESAVE: Flat_XML is not available
Summary: FILESAVE: Flat_XML is not available
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other Windows (All)
: lowest trivial
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-28 20:25 UTC by ape
Modified: 2012-04-26 23:33 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
example (41.37 KB, image/png)
2012-03-28 20:25 UTC, ape
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ape 2012-03-28 20:25:18 UTC
Created attachment 59184 [details]
example

LibreOffice 3.5.2.2; build_ID 281b639-6baa1d3-ef66a77-d866f25-f36d45f; Windows_OS
 "File" menu, point "Save as": format FlatXML (*. Fodt) is not in the list of available formats.
Comment 1 ape 2012-03-29 06:54:23 UTC
 Sorry, I am ashamed. It was my mistake. I think that the reason for failure the MS installer was to change the registration of components LibreOffice-3.5.2rc1.

Parameter:

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\The Document Foundation\LibreOffice\3.5\Capabilities\FileAssociations]
"soffice.StarWriterGlobalDocument.6"=""

I changed to:
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\The Document Foundation\LibreOffice\3.5\Capabilities\FileAssociations]
".sxg"="soffice.StarWriterGlobalDocument.6"

and added new parameters:

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\The Document Foundation\LibreOffice\3.5\Capabilities\FileAssociations]
".vsd"="OpenOffice.org.Vsd"
".vst"="OpenOffice.org.Vst"

[HKEY_CLASSES_ROOT\OpenOffice.org.Vsd]
@="Microsoft Visio 2003 Document"

[HKEY_CLASSES_ROOT\OpenOffice.org.Vsd\DefaultIcon]
@="C:\\Program Files (x86)\\LibreOffice 3.5\\program\\soffice.bin,5"

[HKEY_CLASSES_ROOT\OpenOffice.org.Vsd\shell]
@="open"

[HKEY_CLASSES_ROOT\OpenOffice.org.Vsd\shell\open]

[HKEY_CLASSES_ROOT\OpenOffice.org.Vsd\shell\open\command]
@="\"C:\\Program Files (x86)\\LibreOffice 3.5\\program\\\\sdraw.exe\" -o \"%1\""

[HKEY_CLASSES_ROOT\OpenOffice.org.Vst]
@="Microsoft Visio 2003 Template"

[HKEY_CLASSES_ROOT\OpenOffice.org.Vst\DefaultIcon]
@="C:\\Program Files (x86)\\LibreOffice 3.5\\program\\soffice.bin,6"

[HKEY_CLASSES_ROOT\OpenOffice.org.Vst\shell]
@="open"

[HKEY_CLASSES_ROOT\OpenOffice.org.Vst\shell\open]

[HKEY_CLASSES_ROOT\OpenOffice.org.Vst\shell\open\command]
@="\"C:\\Program Files (x86)\\LibreOffice 3.5\\program\\\\sdraw.exe\" -o \"%1\""

These parameters was saved and they creates an error when updating LibreOffice-3.5.2rc1 to "rc2".