[Libreoffice-commits] core.git: officecfg/registry sd/uiconfig

Muhammet Kara (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 16 17:26:04 UTC 2019


 officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu |    2 +-
 sd/uiconfig/sdraw/toolbar/redactedexportbar.xml                 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d5b59b8d9d798b884dbcf0c97f403d739b01e1cc
Author:     Muhammet Kara <muhammet.kara at collabora.com>
AuthorDate: Tue Apr 16 17:43:22 2019 +0300
Commit:     Muhammet Kara <muhammet.kara at collabora.com>
CommitDate: Tue Apr 16 19:25:20 2019 +0200

    Switch redacted export options
    
    Bring White option to the first place,
    to save toner on print as users tend to
    click on the first option.
    
    Change-Id: Id63c4402f8dc07a83eef69c3dfde3dd086c899b8
    Reviewed-on: https://gerrit.libreoffice.org/70831
    Tested-by: Jenkins
    Reviewed-by: Muhammet Kara <muhammet.kara at collabora.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
index fa6da48ef1f4..0370cfb8bb9e 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
@@ -625,7 +625,7 @@
           <value>com.sun.star.comp.framework.SubToolBarController</value>
         </prop>
         <prop oor:name="Value">
-          <value>redactedexportbar;.uno:RedactedExportBlack</value>
+          <value>redactedexportbar;.uno:RedactedExportWhite</value>
         </prop>
       </node>
       <node oor:name="LineToolBox" oor:op="replace">
diff --git a/sd/uiconfig/sdraw/toolbar/redactedexportbar.xml b/sd/uiconfig/sdraw/toolbar/redactedexportbar.xml
index 727a34ba72d5..42cc31a59d98 100644
--- a/sd/uiconfig/sdraw/toolbar/redactedexportbar.xml
+++ b/sd/uiconfig/sdraw/toolbar/redactedexportbar.xml
@@ -18,6 +18,6 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 -->
 <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
- <toolbar:toolbaritem xlink:href=".uno:RedactedExportBlack"/>
  <toolbar:toolbaritem xlink:href=".uno:RedactedExportWhite"/>
+ <toolbar:toolbaritem xlink:href=".uno:RedactedExportBlack"/>
 </toolbar:toolbar>


More information about the Libreoffice-commits mailing list