<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - FILESAVE: dialogs are not preserved in flat ODS file"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=113811#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - FILESAVE: dialogs are not preserved in flat ODS file"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=113811">bug 113811</a>
from <span class="vcard"><a class="email" href="mailto:jzombi@gmail.com" title="Mátyás Jani <jzombi@gmail.com>"> <span class="fn">Mátyás Jani</span></a>
</span></b>
<pre>(In reply to Mohamed from <a href="show_bug.cgi?id=113811#c6">comment #6</a>)
<span class="quote">> Thank you for the reply, could you please mention detailed steps to
> reproduce, so I can follow it one by one.</span >
Hi, sorry for the delay, detailed steps below (English UI):
1) Start localc, with a new, empty spreadsheet
2) Tools -> Macros -> Organize Dialogs...
3) In the list under the text "Dialog:" select the bottom-most entry
corresponding to your spreadsheet (eg. "Untitled 1" )
4) Click on New... on the right side, then click OK
It will create the dialog ("Dialog1")
5) Close this window and save the file
a) as a normal .ods file,
b) as a flat .fods file
7) Close localc
8) Start localc, if you load the .fods file, and navigate to Tools -> Macros ->
Organize Dialogs..., your dialog will be missing
If you open the .ods file, it will be there
Also if you uncompress the .ods file, you can find the corresponding xml file:
$ unzip -l Untitled\ 1.ods | grep Dialog1
349 2017-11-15 19:49 Dialogs/Standard/Dialog1.xml
But it is not in the .fods file:
$ cat Untitled\ 1.fods | grep -c Dialog1
0
Thanks!</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>