[Libreoffice-commits] core.git: odk/examples

Stephan Bergmann sbergman at redhat.com
Fri Feb 16 17:08:12 UTC 2018


 odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/Addons.xcu  |    6 ------
 odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/Addons.xcu |    6 ------
 odk/examples/DevelopersGuide/Extensions/DialogWithHelp/Addons.xcu                   |    6 ------
 3 files changed, 18 deletions(-)

New commits:
commit b4550ff54f55829a5c9266d0058168e7e8d69a34
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Feb 16 14:31:48 2018 +0100

    PopupMenu template doesn't have Target/ImageIdentifier properties
    
    Change-Id: Ic36f4c6fcf657a7a10e4872856cbb7fc1928c3eb
    Reviewed-on: https://gerrit.libreoffice.org/49861
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/Addons.xcu b/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/Addons.xcu
index 350b24e554ba..e891edaaef15 100644
--- a/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/Addons.xcu
+++ b/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/Addons.xcu
@@ -66,12 +66,6 @@
                     <value/>
                     <value xml:lang="en-US">Add-On example</value>
                 </prop>
-                <prop oor:name="Target" oor:type="xs:string">
-                    <value>_self</value>
-                </prop>
-                <prop oor:name="ImageIdentifier" oor:type="xs:string">
-                    <value/>
-                </prop>
                 <node oor:name="Submenu">
                     <node oor:name="m1" oor:op="replace">
                         <prop oor:name="URL" oor:type="xs:string">
diff --git a/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/Addons.xcu b/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/Addons.xcu
index bf2e26fc54f5..4e23a827e945 100644
--- a/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/Addons.xcu
+++ b/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/Addons.xcu
@@ -66,12 +66,6 @@
                     <value/>
                     <value xml:lang="en-US">Add-On example</value>
                 </prop>
-                <prop oor:name="Target" oor:type="xs:string">
-                    <value>_self</value>
-                </prop>
-                <prop oor:name="ImageIdentifier" oor:type="xs:string">
-                    <value/>
-                </prop>
                 <node oor:name="Submenu">
                     <node oor:name="m1" oor:op="replace">
                         <prop oor:name="URL" oor:type="xs:string">
diff --git a/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/Addons.xcu b/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/Addons.xcu
index 89136e9dc09a..2cae636272c1 100644
--- a/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/Addons.xcu
+++ b/odk/examples/DevelopersGuide/Extensions/DialogWithHelp/Addons.xcu
@@ -24,12 +24,6 @@
           <value/>
           <value xml:lang="en">Foo E~xtension</value>
         </prop>
-        <prop oor:name="Target" oor:type="xs:string">
-          <value>_self</value>
-        </prop>
-        <prop oor:name="ImageIdentifier" oor:type="xs:string">
-          <value/>
-        </prop>
         <node oor:name="Submenu">
           <node oor:name="m1" oor:op="replace">
             <prop oor:name="URL" oor:type="xs:string">


More information about the Libreoffice-commits mailing list