[Libreoffice-bugs] [Bug 129804] Conflicting template names

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Jan 5 14:39:41 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=129804

Oliver Brinzing <oliver.brinzing at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #3 from Oliver Brinzing <oliver.brinzing at gmx.de> ---
reproducible with:

Version: 6.4.0.1 (x64)
Build-ID: 1b6477b31f0334bd8620a96f0aeeb449b587be9f
CPU-Threads: 4; BS: Windows 10.0 Build 18363; UI-Render: Standard; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc: 

I think the root cause is "Childrens" name in "registrymodifications.xcu",
looks like it is the template name without extension.

<node oor:name="Meine%20Dokumentvorlagen" oor:op="replace">
        <prop oor:name="Type" oor:op="fuse">
                <value>1</value>
        </prop>
        <prop oor:name="Title" oor:op="fuse">
                <value>Meine Dokumentvorlagen</value>
        </prop>
        <node oor:name="Children">
                <node oor:name="test" oor:op="replace">
                        <prop oor:name="Type" oor:op="fuse">
                                <value>0</value>
                        </prop>
                        <prop oor:name="Title" oor:op="fuse">
                                <value>test</value>
                        </prop>
                        <node oor:name="Children"/>
                        <prop oor:name="TargetURL" oor:op="fuse">
                                <value>file:///C:/templates/test.ott</value>
                        </prop>
                </node>
                <node oor:name="testCalc" oor:op="replace">
                        <prop oor:name="Type" oor:op="fuse">
                                <value>0</value>
                        </prop>
                        <prop oor:name="Title" oor:op="fuse">
                                <value>testCalc</value>
                        </prop>
                        <node oor:name="Children"/>
                        <prop oor:name="TargetURL" oor:op="fuse">
                               
<value>file:///C:/templates/testCalc.ots</value>
                        </prop>
                </node>
        </node>
        <prop oor:name="TargetURL" oor:op="fuse">
                <value/>
        </prop>
</node>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200105/b76a4db5/attachment.htm>


More information about the Libreoffice-bugs mailing list