diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-05-19 21:59:07 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-05-23 15:44:24 +0200 |
commit | dabca4c880d6c4aa60b09ddfee7958732e39bb19 (patch) | |
tree | 0442a9b7130b48dc0ec9a78f95373283797205b5 /sw/uiconfig/swxform/toolbar | |
parent | 8adebf346e24c6131fe33165d1530319c959c352 (diff) |
toolbar:id is not valid attribute of toolbar:toolbar
according to framework/dtd/toolbar.dtd – and having
the same ID everywhere also is kinda pointless..
Change-Id: Ia7768be2f951886e39e24d78fc6d69b4f3c84235
Reviewed-on: https://gerrit.libreoffice.org/54665
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'sw/uiconfig/swxform/toolbar')
29 files changed, 29 insertions, 29 deletions
diff --git a/sw/uiconfig/swxform/toolbar/alignmentbar.xml b/sw/uiconfig/swxform/toolbar/alignmentbar.xml index 03ed5d129ce1..38d0340a3d15 100644 --- a/sw/uiconfig/swxform/toolbar/alignmentbar.xml +++ b/sw/uiconfig/swxform/toolbar/alignmentbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:ObjectAlignLeft"/> <toolbar:toolbaritem xlink:href=".uno:AlignCenter"/> <toolbar:toolbaritem xlink:href=".uno:ObjectAlignRight"/> diff --git a/sw/uiconfig/swxform/toolbar/arrowshapes.xml b/sw/uiconfig/swxform/toolbar/arrowshapes.xml index 69c7d3311f45..e2171beab7c8 100644 --- a/sw/uiconfig/swxform/toolbar/arrowshapes.xml +++ b/sw/uiconfig/swxform/toolbar/arrowshapes.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.left-arrow"/> <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.right-arrow"/> <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.up-arrow"/> diff --git a/sw/uiconfig/swxform/toolbar/basicshapes.xml b/sw/uiconfig/swxform/toolbar/basicshapes.xml index e0ff2140e960..5b7194408b0b 100644 --- a/sw/uiconfig/swxform/toolbar/basicshapes.xml +++ b/sw/uiconfig/swxform/toolbar/basicshapes.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.rectangle"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.round-rectangle"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.quadrat"/> diff --git a/sw/uiconfig/swxform/toolbar/bezierobjectbar.xml b/sw/uiconfig/swxform/toolbar/bezierobjectbar.xml index 9596cf397415..b20e6e3643b8 100644 --- a/sw/uiconfig/swxform/toolbar/bezierobjectbar.xml +++ b/sw/uiconfig/swxform/toolbar/bezierobjectbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:ToggleObjectBezierMode"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:BezierMove"/> diff --git a/sw/uiconfig/swxform/toolbar/calloutshapes.xml b/sw/uiconfig/swxform/toolbar/calloutshapes.xml index 7bf475646a44..43872e2e3bd5 100644 --- a/sw/uiconfig/swxform/toolbar/calloutshapes.xml +++ b/sw/uiconfig/swxform/toolbar/calloutshapes.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.rectangular-callout"/> <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.round-rectangular-callout"/> <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.round-callout"/> diff --git a/sw/uiconfig/swxform/toolbar/colorbar.xml b/sw/uiconfig/swxform/toolbar/colorbar.xml index 6bd656484f5a..879b6a64763f 100644 --- a/sw/uiconfig/swxform/toolbar/colorbar.xml +++ b/sw/uiconfig/swxform/toolbar/colorbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:GrafRed"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:GrafGreen"/> diff --git a/sw/uiconfig/swxform/toolbar/drawingobjectbar.xml b/sw/uiconfig/swxform/toolbar/drawingobjectbar.xml index 7b5a3f8feb86..8cd2cc67c8f0 100644 --- a/sw/uiconfig/swxform/toolbar/drawingobjectbar.xml +++ b/sw/uiconfig/swxform/toolbar/drawingobjectbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:FormatLine"/> <toolbar:toolbaritem xlink:href=".uno:LineEndStyle"/> <toolbar:toolbarseparator/> diff --git a/sw/uiconfig/swxform/toolbar/drawtextobjectbar.xml b/sw/uiconfig/swxform/toolbar/drawtextobjectbar.xml index c16aed329996..835c6b9364a3 100644 --- a/sw/uiconfig/swxform/toolbar/drawtextobjectbar.xml +++ b/sw/uiconfig/swxform/toolbar/drawtextobjectbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:CharFontName"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FontHeight"/> diff --git a/sw/uiconfig/swxform/toolbar/findbar.xml b/sw/uiconfig/swxform/toolbar/findbar.xml index 990cc6a8e8ed..7c71a1ac2756 100644 --- a/sw/uiconfig/swxform/toolbar/findbar.xml +++ b/sw/uiconfig/swxform/toolbar/findbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:ExitSearch"/> <toolbar:toolbaritem xlink:href=".uno:FindText"/> <toolbar:toolbaritem xlink:href=".uno:UpSearch"/> diff --git a/sw/uiconfig/swxform/toolbar/flowchartshapes.xml b/sw/uiconfig/swxform/toolbar/flowchartshapes.xml index 526b972d4dc1..c1f676895813 100644 --- a/sw/uiconfig/swxform/toolbar/flowchartshapes.xml +++ b/sw/uiconfig/swxform/toolbar/flowchartshapes.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-process"/> <toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-alternate-process"/> <toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-decision"/> diff --git a/sw/uiconfig/swxform/toolbar/fontworkobjectbar.xml b/sw/uiconfig/swxform/toolbar/fontworkobjectbar.xml index fb2e82772407..948ff1e6f0ba 100644 --- a/sw/uiconfig/swxform/toolbar/fontworkobjectbar.xml +++ b/sw/uiconfig/swxform/toolbar/fontworkobjectbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:FontworkGalleryFloater"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FontworkShapeType"/> diff --git a/sw/uiconfig/swxform/toolbar/fontworkshapetype.xml b/sw/uiconfig/swxform/toolbar/fontworkshapetype.xml index e89556b125f7..46a83209bd39 100644 --- a/sw/uiconfig/swxform/toolbar/fontworkshapetype.xml +++ b/sw/uiconfig/swxform/toolbar/fontworkshapetype.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-plain-text"/> <toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-wave"/> <toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-inflate"/> diff --git a/sw/uiconfig/swxform/toolbar/formcontrols.xml b/sw/uiconfig/swxform/toolbar/formcontrols.xml index f40d374ec59a..4c9387324255 100644 --- a/sw/uiconfig/swxform/toolbar/formcontrols.xml +++ b/sw/uiconfig/swxform/toolbar/formcontrols.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarbreak/> diff --git a/sw/uiconfig/swxform/toolbar/formdesign.xml b/sw/uiconfig/swxform/toolbar/formdesign.xml index 744dc8a83a1a..7a1efcd993ea 100644 --- a/sw/uiconfig/swxform/toolbar/formdesign.xml +++ b/sw/uiconfig/swxform/toolbar/formdesign.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:SwitchXFormsDesignMode"/> <toolbar:toolbarseparator/> diff --git a/sw/uiconfig/swxform/toolbar/formsfilterbar.xml b/sw/uiconfig/swxform/toolbar/formsfilterbar.xml index b19c522f02c7..c7c569501ba7 100644 --- a/sw/uiconfig/swxform/toolbar/formsfilterbar.xml +++ b/sw/uiconfig/swxform/toolbar/formsfilterbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:FormFilterExecute"/> <toolbar:toolbaritem xlink:href=".uno:FormFilterNavigator"/> <toolbar:toolbarseparator/> diff --git a/sw/uiconfig/swxform/toolbar/formtextobjectbar.xml b/sw/uiconfig/swxform/toolbar/formtextobjectbar.xml index 79d388b8984d..a055cba036b9 100644 --- a/sw/uiconfig/swxform/toolbar/formtextobjectbar.xml +++ b/sw/uiconfig/swxform/toolbar/formtextobjectbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:CharFontName"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FontHeight"/> diff --git a/sw/uiconfig/swxform/toolbar/frameobjectbar.xml b/sw/uiconfig/swxform/toolbar/frameobjectbar.xml index 3127de1317ba..a119d4a6bf5d 100644 --- a/sw/uiconfig/swxform/toolbar/frameobjectbar.xml +++ b/sw/uiconfig/swxform/toolbar/frameobjectbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:StyleApply"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:WrapOff"/> diff --git a/sw/uiconfig/swxform/toolbar/fullscreenbar.xml b/sw/uiconfig/swxform/toolbar/fullscreenbar.xml index 913634068d71..4162e396e5f2 100644 --- a/sw/uiconfig/swxform/toolbar/fullscreenbar.xml +++ b/sw/uiconfig/swxform/toolbar/fullscreenbar.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd"> -<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:FullScreen"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/sw/uiconfig/swxform/toolbar/graffilterbar.xml b/sw/uiconfig/swxform/toolbar/graffilterbar.xml index 1456db6201da..f820a8112a00 100644 --- a/sw/uiconfig/swxform/toolbar/graffilterbar.xml +++ b/sw/uiconfig/swxform/toolbar/graffilterbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:GraphicFilterInvert"/> <toolbar:toolbaritem xlink:href=".uno:GraphicFilterSmooth"/> <toolbar:toolbaritem xlink:href=".uno:GraphicFilterSharpen"/> diff --git a/sw/uiconfig/swxform/toolbar/insertobjectbar.xml b/sw/uiconfig/swxform/toolbar/insertobjectbar.xml index 7d821372f2e2..966fe03ee96f 100644 --- a/sw/uiconfig/swxform/toolbar/insertobjectbar.xml +++ b/sw/uiconfig/swxform/toolbar/insertobjectbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:InsertObjectFloatingFrame"/> <toolbar:toolbaritem xlink:href=".uno:InsertObject"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/sw/uiconfig/swxform/toolbar/mailmerge.xml b/sw/uiconfig/swxform/toolbar/mailmerge.xml index 8ae9c2f40b27..4119cb01a30b 100644 --- a/sw/uiconfig/swxform/toolbar/mailmerge.xml +++ b/sw/uiconfig/swxform/toolbar/mailmerge.xml @@ -8,7 +8,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. --> -<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:MailMergeWizard"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:MailMergeFirstEntry"/> diff --git a/sw/uiconfig/swxform/toolbar/mediaobjectbar.xml b/sw/uiconfig/swxform/toolbar/mediaobjectbar.xml index fa7d68ba0951..6762534839e4 100644 --- a/sw/uiconfig/swxform/toolbar/mediaobjectbar.xml +++ b/sw/uiconfig/swxform/toolbar/mediaobjectbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:InsertAVMedia"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:AVMediaToolBox"/> diff --git a/sw/uiconfig/swxform/toolbar/moreformcontrols.xml b/sw/uiconfig/swxform/toolbar/moreformcontrols.xml index bb170f6ed9bc..36fa7f5bfc9f 100644 --- a/sw/uiconfig/swxform/toolbar/moreformcontrols.xml +++ b/sw/uiconfig/swxform/toolbar/moreformcontrols.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:TimeField"/> <toolbar:toolbaritem xlink:href=".uno:CurrencyField"/> <toolbar:toolbarbreak/> diff --git a/sw/uiconfig/swxform/toolbar/optimizetablebar.xml b/sw/uiconfig/swxform/toolbar/optimizetablebar.xml index 575f7da214bf..21c5e2757bbe 100644 --- a/sw/uiconfig/swxform/toolbar/optimizetablebar.xml +++ b/sw/uiconfig/swxform/toolbar/optimizetablebar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:DistributeColumns"/> <toolbar:toolbaritem xlink:href=".uno:DistributeRows"/> <toolbar:toolbaritem xlink:href=".uno:SetOptimalRowHeight"/> diff --git a/sw/uiconfig/swxform/toolbar/starshapes.xml b/sw/uiconfig/swxform/toolbar/starshapes.xml index 7168e3c0576a..95e333c23e10 100644 --- a/sw/uiconfig/swxform/toolbar/starshapes.xml +++ b/sw/uiconfig/swxform/toolbar/starshapes.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:StarShapes.bang"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.star4"/> <toolbar:toolbaritem xlink:href=".uno:StarShapes.star5"/> diff --git a/sw/uiconfig/swxform/toolbar/symbolshapes.xml b/sw/uiconfig/swxform/toolbar/symbolshapes.xml index 1d4afe7927f1..d1a790def94e 100644 --- a/sw/uiconfig/swxform/toolbar/symbolshapes.xml +++ b/sw/uiconfig/swxform/toolbar/symbolshapes.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.smiley"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.sun"/> <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.moon"/> diff --git a/sw/uiconfig/swxform/toolbar/tableobjectbar.xml b/sw/uiconfig/swxform/toolbar/tableobjectbar.xml index 5bf2c48b3fa0..ff7aceb27a4a 100644 --- a/sw/uiconfig/swxform/toolbar/tableobjectbar.xml +++ b/sw/uiconfig/swxform/toolbar/tableobjectbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:LineStyle"/> <toolbar:toolbaritem xlink:href=".uno:FrameLineColor"/> <toolbar:toolbarseparator/> diff --git a/sw/uiconfig/swxform/toolbar/textobjectbar.xml b/sw/uiconfig/swxform/toolbar/textobjectbar.xml index 9a89cbc6dbe5..0ab6010431b8 100644 --- a/sw/uiconfig/swxform/toolbar/textobjectbar.xml +++ b/sw/uiconfig/swxform/toolbar/textobjectbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:DesignerDialog" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:StyleApply"/> diff --git a/sw/uiconfig/swxform/toolbar/viewerbar.xml b/sw/uiconfig/swxform/toolbar/viewerbar.xml index 369a7023efe6..d1a0b59d662b 100644 --- a/sw/uiconfig/swxform/toolbar/viewerbar.xml +++ b/sw/uiconfig/swxform/toolbar/viewerbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * 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:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:SaveAs"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:EditDoc" toolbar:visible="false"/> |