From 1dac2184c5e904887fe56c632fcd048fb0b698e9 Mon Sep 17 00:00:00 2001 From: Roman Kuznetsov Date: Sat, 16 Mar 2019 10:33:29 +0100 Subject: tdf#88287 Change toolbars attributes in Draw The tooltip for .uno:LineToolbox changed to 'Curves and Polygons' The toolbar title of linesbar.xml changed to 'Curves and Polygons' The Arrows toolbar (arrowsbar.xml) removed from View > Toolbars The toolbar title of arrowsbar.xml changed to 'Lines and Arrows' Change-Id: Ic97c7a11f071a4f424a341e297423dba2ddc345a Reviewed-on: https://gerrit.libreoffice.org/69335 Reviewed-by: Roman Kuznetsov Tested-by: Roman Kuznetsov --- .../registry/data/org/openoffice/Office/UI/CalcWindowState.xcu | 7 +++++-- .../registry/data/org/openoffice/Office/UI/DrawWindowState.xcu | 7 +++++-- .../registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 +- .../registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu | 4 ++-- .../registry/data/org/openoffice/Office/UI/WriterWindowState.xcu | 7 +++++-- 5 files changed, 18 insertions(+), 9 deletions(-) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu index 7dd89f6989ec..7644f820ffb9 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu @@ -129,7 +129,7 @@ false - Lines + Curves and Polygons false @@ -713,11 +713,14 @@ false - Arrows + Lines and Arrows false + + true + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu index a964507437a2..b1f0b0f292e1 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawWindowState.xcu @@ -315,7 +315,10 @@ false - Arrows + Lines and Arrows + + + true @@ -575,7 +578,7 @@ false - Lines + Curves and Polygons false diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index da7027430cbe..840c17d5404f 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -4760,7 +4760,7 @@ - Curve + Curves and Polygons 1 diff --git a/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu index ac91bd27af7b..b9d1d1545298 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu @@ -226,7 +226,7 @@ false - Arrows + Lines and Arrows true @@ -512,7 +512,7 @@ false - Lines + Curves and Polygons false diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu index 7cceb8669a38..f5d7bdf862d3 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu @@ -198,7 +198,7 @@ false - Lines + Curves and Polygons false @@ -212,11 +212,14 @@ false - Arrows + Lines and Arrows false + + true + -- cgit