[Libreoffice-commits] core.git: icon-themes/galaxy icon-themes/tango officecfg/registry sc/uiconfig

Yousuf Philips philipz85 at hotmail.com
Sat Nov 1 07:23:16 PDT 2014


 icon-themes/galaxy/cmd/lc_wraptext.png                            |binary
 icon-themes/galaxy/cmd/sc_wraptext.png                            |binary
 icon-themes/tango/cmd/lc_wraptext.png                             |binary
 icon-themes/tango/cmd/sc_wraptext.png                             |binary
 officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu |    5 ++++-
 sc/uiconfig/scalc/toolbar/formatobjectbar.xml                     |    2 ++
 6 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 80f49553518e6d344dae81358b8d7fb5f24c3cf1
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Fri Oct 31 16:08:15 2014 +0400

    fdo#60349 - FORMATTING: Icon in Calc toolbar for wrap text
    
    Change-Id: I04390075006bd0492e0c39c5e1bf4a4eb107ed2c
    Reviewed-on: https://gerrit.libreoffice.org/12163
    Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
    Tested-by: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>

diff --git a/icon-themes/galaxy/cmd/lc_wraptext.png b/icon-themes/galaxy/cmd/lc_wraptext.png
new file mode 100644
index 0000000..9df8481
Binary files /dev/null and b/icon-themes/galaxy/cmd/lc_wraptext.png differ
diff --git a/icon-themes/galaxy/cmd/sc_wraptext.png b/icon-themes/galaxy/cmd/sc_wraptext.png
new file mode 100644
index 0000000..555db61
Binary files /dev/null and b/icon-themes/galaxy/cmd/sc_wraptext.png differ
diff --git a/icon-themes/tango/cmd/lc_wraptext.png b/icon-themes/tango/cmd/lc_wraptext.png
new file mode 100644
index 0000000..9df8481
Binary files /dev/null and b/icon-themes/tango/cmd/lc_wraptext.png differ
diff --git a/icon-themes/tango/cmd/sc_wraptext.png b/icon-themes/tango/cmd/sc_wraptext.png
new file mode 100644
index 0000000..555db61
Binary files /dev/null and b/icon-themes/tango/cmd/sc_wraptext.png differ
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 64eb9ad..9c5e84f 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -537,7 +537,10 @@
       </node>
       <node oor:name=".uno:WrapText" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">Automatic Row Break</value>
+          <value xml:lang="en-US">Wrap Text</value>
+        </prop>
+        <prop oor:name="Properties" oor:type="xs:int">
+          <value>1</value>
         </prop>
       </node>
       <node oor:name=".uno:DefinePrintArea" oor:op="replace">
diff --git a/sc/uiconfig/scalc/toolbar/formatobjectbar.xml b/sc/uiconfig/scalc/toolbar/formatobjectbar.xml
index 4386660..4fcc8c1 100644
--- a/sc/uiconfig/scalc/toolbar/formatobjectbar.xml
+++ b/sc/uiconfig/scalc/toolbar/formatobjectbar.xml
@@ -34,7 +34,9 @@
  <toolbar:toolbaritem xlink:href=".uno:AlignHorizontalCenter" toolbar:style="radio auto"/>
  <toolbar:toolbaritem xlink:href=".uno:AlignRight" toolbar:style="radio auto"/>
  <toolbar:toolbaritem xlink:href=".uno:AlignBlock" toolbar:style="radio auto"/>
+ <toolbar:toolbarseparator/>
  <toolbar:toolbaritem xlink:href=".uno:ToggleMergeCells"/>
+ <toolbar:toolbaritem xlink:href=".uno:WrapText"/>
  <toolbar:toolbarseparator/>
  <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/>
  <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/>


More information about the Libreoffice-commits mailing list