icon-themes/galaxy/cmd/lc_distributeselection.png                    |binary
 icon-themes/galaxy/cmd/sc_distributeselection.png                    |binary
 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |    3 +++
 sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml                       |    1 +
 sd/uiconfig/simpress/toolbar/drawingobjectbar.xml                    |    1 +
 5 files changed, 5 insertions(+)

New commits:
commit d72e987c545a56284047b5a70deea1bf99e55062
Author: Yousuf Philips <philip...@hotmail.com>
Date:   Sun Nov 16 09:55:23 2014 +0400

    fdo#84909 add distribution selection to drawing toolbar
    
    Change-Id: I26ee0cb8529b0a1bea354d2ac003cfc1efb9ced3
    Reviewed-on: https://gerrit.libreoffice.org/12471
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/icon-themes/galaxy/cmd/lc_distributeselection.png 
b/icon-themes/galaxy/cmd/lc_distributeselection.png
new file mode 100644
index 0000000..d7470f1
Binary files /dev/null and b/icon-themes/galaxy/cmd/lc_distributeselection.png 
differ
diff --git a/icon-themes/galaxy/cmd/sc_distributeselection.png 
b/icon-themes/galaxy/cmd/sc_distributeselection.png
new file mode 100644
index 0000000..8d3030a
Binary files /dev/null and b/icon-themes/galaxy/cmd/sc_distributeselection.png 
differ
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index c94a35d..8b15921 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -3353,6 +3353,9 @@
         <prop oor:name="Label" oor:type="xs:string">
           <value xml:lang="en-US">~Distribution...</value>
         </prop>
+        <prop oor:name="Properties" oor:type="xs:int">
+          <value>1</value>
+        </prop>
       </node>
       <node oor:name=".uno:ParagraphDialog" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
diff --git a/sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml 
b/sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml
index c6aa88c..ea0b79c 100644
--- a/sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml
+++ b/sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml
@@ -41,4 +41,5 @@
  <toolbar:toolbaritem xlink:href=".uno:TransformDialog"/>
  <toolbar:toolbaritem xlink:href=".uno:ObjectAlign" toolbar:style="dropdown"/>
  <toolbar:toolbaritem xlink:href=".uno:ObjectPosition" 
toolbar:style="dropdown"/>
+ <toolbar:toolbaritem xlink:href=".uno:DistributeSelection"/>
 </toolbar:toolbar>
diff --git a/sd/uiconfig/simpress/toolbar/drawingobjectbar.xml 
b/sd/uiconfig/simpress/toolbar/drawingobjectbar.xml
index 4049f90..79a037f 100644
--- a/sd/uiconfig/simpress/toolbar/drawingobjectbar.xml
+++ b/sd/uiconfig/simpress/toolbar/drawingobjectbar.xml
@@ -41,6 +41,7 @@
  <toolbar:toolbaritem xlink:href=".uno:Mirror" toolbar:visible="false"/>
  <toolbar:toolbaritem xlink:href=".uno:ObjectAlign" toolbar:style="dropdown"/>
  <toolbar:toolbaritem xlink:href=".uno:ObjectPosition" 
toolbar:style="dropdown"/>
+ <toolbar:toolbaritem xlink:href=".uno:DistributeSelection"/>
  <toolbar:toolbarseparator/>
  <toolbar:toolbaritem xlink:href=".uno:CustomAnimation" toolbar:style="auto" 
toolbar:visible="false"/>
  <toolbar:toolbaritem xlink:href=".uno:AnimationEffects"/>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to