diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-11-17 16:43:52 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-11-17 16:46:09 +0100 |
commit | 5b86fdca2cd080683c507d85d2bea228fa10e69c (patch) | |
tree | 700dcc286508cd83d44a2b099ee35061bea1ed7d | |
parent | b0526e291d09db7e5300e701340e5addc95b46e8 (diff) |
Toolbar: Remove empty attributes
Change-Id: Id78cae55eb89520bd87713f9ea6c009c922f2870
31 files changed, 285 insertions, 285 deletions
diff --git a/dbaccess/uiconfig/dbapp/toolbar/formobjectbar.xml b/dbaccess/uiconfig/dbapp/toolbar/formobjectbar.xml index 44d69fd8b485..79964527a866 100644 --- a/dbaccess/uiconfig/dbapp/toolbar/formobjectbar.xml +++ b/dbaccess/uiconfig/dbapp/toolbar/formobjectbar.xml @@ -18,8 +18,8 @@ * 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:toolbaritem xlink:href=".uno:DBFormOpen" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:DBFormEdit" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:DBFormDelete" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:DBFormRename" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:DBFormOpen"/> + <toolbar:toolbaritem xlink:href=".uno:DBFormEdit"/> + <toolbar:toolbaritem xlink:href=".uno:DBFormDelete"/> + <toolbar:toolbaritem xlink:href=".uno:DBFormRename"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/dbaccess/uiconfig/dbapp/toolbar/queryobjectbar.xml b/dbaccess/uiconfig/dbapp/toolbar/queryobjectbar.xml index 9dc8121b1770..4ce2ca09569c 100644 --- a/dbaccess/uiconfig/dbapp/toolbar/queryobjectbar.xml +++ b/dbaccess/uiconfig/dbapp/toolbar/queryobjectbar.xml @@ -18,8 +18,8 @@ * 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:toolbaritem xlink:href=".uno:DBQueryOpen" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:DBQueryEdit" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:DBQueryDelete" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:DBQueryRename" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:DBQueryOpen"/> + <toolbar:toolbaritem xlink:href=".uno:DBQueryEdit"/> + <toolbar:toolbaritem xlink:href=".uno:DBQueryDelete"/> + <toolbar:toolbaritem xlink:href=".uno:DBQueryRename"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/dbaccess/uiconfig/dbapp/toolbar/reportobjectbar.xml b/dbaccess/uiconfig/dbapp/toolbar/reportobjectbar.xml index 057d128be47a..ab8a3336085e 100644 --- a/dbaccess/uiconfig/dbapp/toolbar/reportobjectbar.xml +++ b/dbaccess/uiconfig/dbapp/toolbar/reportobjectbar.xml @@ -18,8 +18,8 @@ * 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:toolbaritem xlink:href=".uno:DBReportOpen" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:DBReportEdit" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:DBReportDelete" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:DBReportRename" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:DBReportOpen"/> + <toolbar:toolbaritem xlink:href=".uno:DBReportEdit"/> + <toolbar:toolbaritem xlink:href=".uno:DBReportDelete"/> + <toolbar:toolbaritem xlink:href=".uno:DBReportRename"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/dbaccess/uiconfig/dbapp/toolbar/tableobjectbar.xml b/dbaccess/uiconfig/dbapp/toolbar/tableobjectbar.xml index f6ec3f677de4..4adc7f96e24d 100644 --- a/dbaccess/uiconfig/dbapp/toolbar/tableobjectbar.xml +++ b/dbaccess/uiconfig/dbapp/toolbar/tableobjectbar.xml @@ -18,8 +18,8 @@ * 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:toolbaritem xlink:href=".uno:DBTableOpen" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:DBTableEdit" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:DBTableDelete" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:DBTableRename" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:DBTableOpen"/> + <toolbar:toolbaritem xlink:href=".uno:DBTableEdit"/> + <toolbar:toolbaritem xlink:href=".uno:DBTableDelete"/> + <toolbar:toolbaritem xlink:href=".uno:DBTableRename"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/dbaccess/uiconfig/dbapp/toolbar/toolbar.xml b/dbaccess/uiconfig/dbapp/toolbar/toolbar.xml index ef5dfba646e9..aef94eb77c6d 100644 --- a/dbaccess/uiconfig/dbapp/toolbar/toolbar.xml +++ b/dbaccess/uiconfig/dbapp/toolbar/toolbar.xml @@ -19,18 +19,18 @@ --> <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar"> <toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:text="" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:text="" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:Save" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Save"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Copy" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Paste" toolbar:text="" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Copy"/> + <toolbar:toolbaritem xlink:href=".uno:Paste" toolbar:style="dropdown"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Sortup" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SortDown" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Sortup"/> + <toolbar:toolbaritem xlink:href=".uno:SortDown"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:DBNewForm" toolbar:text="" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:DBNewForm" toolbar:style="dropdown"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:HelpIndex" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:HelpIndex"/> <toolbar:toolbaritem xlink:href=".uno:ExtendedHelp" toolbar:visible="false"/> </toolbar:toolbar> diff --git a/dbaccess/uiconfig/dbbrowser/toolbar/toolbar.xml b/dbaccess/uiconfig/dbbrowser/toolbar/toolbar.xml index 4fcf949da548..fc7d29ad9f81 100644 --- a/dbaccess/uiconfig/dbbrowser/toolbar/toolbar.xml +++ b/dbaccess/uiconfig/dbbrowser/toolbar/toolbar.xml @@ -18,33 +18,33 @@ * 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:toolbaritem xlink:href=".uno:RecSave" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:RecSave"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:DSBEditDoc" toolbar:text="" toolbar:style=""/> + <toolbar:toolbaritem xlink:href=".uno:DSBEditDoc"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Cut" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Copy" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Paste" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Cut"/> + <toolbar:toolbaritem xlink:href=".uno:Copy"/> + <toolbar:toolbaritem xlink:href=".uno:Paste"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:RecUndo" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:RecUndo"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:RecSearch" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:RecSearch"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Refresh" toolbar:text="" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Refresh" toolbar:style="dropdown"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:OrderCrit" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Sortup" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SortDown" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:OrderCrit"/> + <toolbar:toolbaritem xlink:href=".uno:Sortup"/> + <toolbar:toolbaritem xlink:href=".uno:SortDown"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:AutoFilter" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:FormFiltered" toolbar:text="" toolbar:style=""/> - <toolbar:toolbaritem xlink:href=".uno:FilterCrit" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:AutoFilter"/> + <toolbar:toolbaritem xlink:href=".uno:FormFiltered"/> + <toolbar:toolbaritem xlink:href=".uno:FilterCrit"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:RemoveFilterSort" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:RemoveFilterSort"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:DSBInsertColumns" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:DSBInsertContent" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:DSBFormLetter" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:DSBDocumentDataSource" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:DSBrowserExplorer" toolbar:text="" toolbar:style=""/> + <toolbar:toolbaritem xlink:href=".uno:DSBInsertColumns"/> + <toolbar:toolbaritem xlink:href=".uno:DSBInsertContent"/> + <toolbar:toolbaritem xlink:href=".uno:DSBFormLetter"/> + <toolbar:toolbaritem xlink:href=".uno:DSBDocumentDataSource"/> + <toolbar:toolbaritem xlink:href=".uno:DSBrowserExplorer"/> </toolbar:toolbar> diff --git a/dbaccess/uiconfig/dbquery/toolbar/designobjectbar.xml b/dbaccess/uiconfig/dbquery/toolbar/designobjectbar.xml index cc571e17422b..89dc52090efe 100644 --- a/dbaccess/uiconfig/dbquery/toolbar/designobjectbar.xml +++ b/dbaccess/uiconfig/dbquery/toolbar/designobjectbar.xml @@ -18,12 +18,12 @@ * 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:toolbaritem xlink:href=".uno:AddTable" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:AddTable"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:DBViewFunctions" toolbar:text="" toolbar:style=""/> - <toolbar:toolbaritem xlink:href=".uno:DBViewTableNames" toolbar:text="" toolbar:style=""/> - <toolbar:toolbaritem xlink:href=".uno:DBViewAliases" toolbar:text="" toolbar:style=""/> - <toolbar:toolbaritem xlink:href=".uno:DBDistinctValues" toolbar:text="" toolbar:style=""/> + <toolbar:toolbaritem xlink:href=".uno:DBViewFunctions"/> + <toolbar:toolbaritem xlink:href=".uno:DBViewTableNames"/> + <toolbar:toolbaritem xlink:href=".uno:DBViewAliases"/> + <toolbar:toolbaritem xlink:href=".uno:DBDistinctValues"/> <toolbar:toolbaritem xlink:href=".uno:DBLimit"/> <toolbar:toolbaritem xlink:href=".uno:DBQueryPropertiesDialog"/> </toolbar:toolbar> diff --git a/dbaccess/uiconfig/dbquery/toolbar/sqlobjectbar.xml b/dbaccess/uiconfig/dbquery/toolbar/sqlobjectbar.xml index 15e5126a8bd6..a2edbceffe68 100644 --- a/dbaccess/uiconfig/dbquery/toolbar/sqlobjectbar.xml +++ b/dbaccess/uiconfig/dbquery/toolbar/sqlobjectbar.xml @@ -18,5 +18,5 @@ * 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:toolbaritem xlink:href=".uno:SbaNativeSql" toolbar:text="" toolbar:style=""/> + <toolbar:toolbaritem xlink:href=".uno:SbaNativeSql"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/dbaccess/uiconfig/dbquery/toolbar/toolbar.xml b/dbaccess/uiconfig/dbquery/toolbar/toolbar.xml index ce120f4fd18d..718b61ffe231 100644 --- a/dbaccess/uiconfig/dbquery/toolbar/toolbar.xml +++ b/dbaccess/uiconfig/dbquery/toolbar/toolbar.xml @@ -18,20 +18,20 @@ * 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:toolbaritem xlink:href=".uno:Save" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:text="" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:Save"/> + <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:EditDoc" toolbar:text="" toolbar:style=""/> + <toolbar:toolbaritem xlink:href=".uno:EditDoc"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Cut" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Copy" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Paste" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Cut"/> + <toolbar:toolbaritem xlink:href=".uno:Copy"/> + <toolbar:toolbaritem xlink:href=".uno:Paste"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Undo" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Redo" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Undo"/> + <toolbar:toolbaritem xlink:href=".uno:Redo"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SbaExecuteSql" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:DBChangeDesignMode" toolbar:text="" toolbar:style=""/> + <toolbar:toolbaritem xlink:href=".uno:SbaExecuteSql"/> + <toolbar:toolbaritem xlink:href=".uno:DBChangeDesignMode"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:DBClearQuery" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:DBClearQuery"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/dbaccess/uiconfig/dbrelation/toolbar/toolbar.xml b/dbaccess/uiconfig/dbrelation/toolbar/toolbar.xml index 068321919f47..78790fcc7da1 100644 --- a/dbaccess/uiconfig/dbrelation/toolbar/toolbar.xml +++ b/dbaccess/uiconfig/dbrelation/toolbar/toolbar.xml @@ -18,13 +18,13 @@ * 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:toolbaritem xlink:href=".uno:Save" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Save"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:EditDoc" toolbar:text="" toolbar:style="" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:EditDoc" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Undo" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Redo" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Undo"/> + <toolbar:toolbaritem xlink:href=".uno:Redo"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:AddTable" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:DBAddRelation" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:AddTable"/> + <toolbar:toolbaritem xlink:href=".uno:DBAddRelation"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/dbaccess/uiconfig/dbtable/toolbar/toolbar.xml b/dbaccess/uiconfig/dbtable/toolbar/toolbar.xml index d0db2bff93e3..059e7d4b2a65 100644 --- a/dbaccess/uiconfig/dbtable/toolbar/toolbar.xml +++ b/dbaccess/uiconfig/dbtable/toolbar/toolbar.xml @@ -18,17 +18,17 @@ * 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:toolbaritem xlink:href=".uno:Save" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:text="" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:Save"/> + <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:EditDoc" toolbar:text="" toolbar:style="" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:EditDoc" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:DBIndexDesign" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:DBIndexDesign"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Cut" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Copy" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Paste" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Cut"/> + <toolbar:toolbaritem xlink:href=".uno:Copy"/> + <toolbar:toolbaritem xlink:href=".uno:Paste"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Undo" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Redo" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Undo"/> + <toolbar:toolbaritem xlink:href=".uno:Redo"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/dbaccess/uiconfig/dbtdata/toolbar/toolbar.xml b/dbaccess/uiconfig/dbtdata/toolbar/toolbar.xml index 7bb145eaf3b7..b19fcac26762 100644 --- a/dbaccess/uiconfig/dbtdata/toolbar/toolbar.xml +++ b/dbaccess/uiconfig/dbtdata/toolbar/toolbar.xml @@ -18,27 +18,27 @@ * 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:toolbaritem xlink:href=".uno:RecSave" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:RecSave"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:DSBEditDoc" toolbar:text="" toolbar:style=""/> + <toolbar:toolbaritem xlink:href=".uno:DSBEditDoc"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Cut" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Copy" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Paste" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Cut"/> + <toolbar:toolbaritem xlink:href=".uno:Copy"/> + <toolbar:toolbaritem xlink:href=".uno:Paste"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:RecUndo" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:RecUndo"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:RecSearch" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:RecSearch"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Refresh" toolbar:text="" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Refresh" toolbar:style="dropdown"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:OrderCrit" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Sortup" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SortDown" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:OrderCrit"/> + <toolbar:toolbaritem xlink:href=".uno:Sortup"/> + <toolbar:toolbaritem xlink:href=".uno:SortDown"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:AutoFilter" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:FormFiltered" toolbar:text="" toolbar:style=""/> - <toolbar:toolbaritem xlink:href=".uno:FilterCrit" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:AutoFilter"/> + <toolbar:toolbaritem xlink:href=".uno:FormFiltered"/> + <toolbar:toolbaritem xlink:href=".uno:FilterCrit"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:RemoveFilterSort" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:RemoveFilterSort"/> </toolbar:toolbar> diff --git a/reportdesign/uiconfig/dbreport/toolbar/Formatting.xml b/reportdesign/uiconfig/dbreport/toolbar/Formatting.xml index 45b05049e7a6..b16eff8a5fd3 100644 --- a/reportdesign/uiconfig/dbreport/toolbar/Formatting.xml +++ b/reportdesign/uiconfig/dbreport/toolbar/Formatting.xml @@ -31,7 +31,7 @@ <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/> <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:style="radio"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FontColor" toolbar:style="dropdown"/> <toolbar:toolbaritem xlink:href=".uno:BackgroundColor" toolbar:style="dropdown"/> diff --git a/reportdesign/uiconfig/dbreport/toolbar/toolbar.xml b/reportdesign/uiconfig/dbreport/toolbar/toolbar.xml index 59f3f21d2b94..48aefd3d33dd 100644 --- a/reportdesign/uiconfig/dbreport/toolbar/toolbar.xml +++ b/reportdesign/uiconfig/dbreport/toolbar/toolbar.xml @@ -24,7 +24,7 @@ <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Cut"/> <toolbar:toolbaritem xlink:href=".uno:Copy"/> - <toolbar:toolbaritem xlink:href=".uno:Paste" toolbar:text="" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Paste" toolbar:style="dropdown"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Undo"/> <toolbar:toolbaritem xlink:href=".uno:Redo"/> diff --git a/sc/uiconfig/scalc/toolbar/formtextobjectbar.xml b/sc/uiconfig/scalc/toolbar/formtextobjectbar.xml index 422f36979169..58ffaf4b56ac 100644 --- a/sc/uiconfig/scalc/toolbar/formtextobjectbar.xml +++ b/sc/uiconfig/scalc/toolbar/formtextobjectbar.xml @@ -18,28 +18,28 @@ * 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:toolbaritem xlink:href=".uno:CharFontName" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:CharFontName"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontHeight" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:FontHeight"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Bold" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Italic" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Underline" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SuperScript" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SubScript" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Bold"/> + <toolbar:toolbaritem xlink:href=".uno:Italic"/> + <toolbar:toolbaritem xlink:href=".uno:Underline"/> + <toolbar:toolbaritem xlink:href=".uno:SuperScript"/> + <toolbar:toolbaritem xlink:href=".uno:SubScript"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:FontDialog"/> + <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/sd/uiconfig/sdraw/toolbar/formtextobjectbar.xml b/sd/uiconfig/sdraw/toolbar/formtextobjectbar.xml index 422f36979169..58ffaf4b56ac 100644 --- a/sd/uiconfig/sdraw/toolbar/formtextobjectbar.xml +++ b/sd/uiconfig/sdraw/toolbar/formtextobjectbar.xml @@ -18,28 +18,28 @@ * 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:toolbaritem xlink:href=".uno:CharFontName" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:CharFontName"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontHeight" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:FontHeight"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Bold" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Italic" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Underline" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SuperScript" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SubScript" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Bold"/> + <toolbar:toolbaritem xlink:href=".uno:Italic"/> + <toolbar:toolbaritem xlink:href=".uno:Underline"/> + <toolbar:toolbaritem xlink:href=".uno:SuperScript"/> + <toolbar:toolbaritem xlink:href=".uno:SubScript"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:FontDialog"/> + <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/sd/uiconfig/simpress/toolbar/formtextobjectbar.xml b/sd/uiconfig/simpress/toolbar/formtextobjectbar.xml index 422f36979169..58ffaf4b56ac 100644 --- a/sd/uiconfig/simpress/toolbar/formtextobjectbar.xml +++ b/sd/uiconfig/simpress/toolbar/formtextobjectbar.xml @@ -18,28 +18,28 @@ * 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:toolbaritem xlink:href=".uno:CharFontName" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:CharFontName"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontHeight" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:FontHeight"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Bold" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Italic" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Underline" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SuperScript" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SubScript" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Bold"/> + <toolbar:toolbaritem xlink:href=".uno:Italic"/> + <toolbar:toolbaritem xlink:href=".uno:Underline"/> + <toolbar:toolbaritem xlink:href=".uno:SuperScript"/> + <toolbar:toolbaritem xlink:href=".uno:SubScript"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:FontDialog"/> + <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/sd/uiconfig/simpress/toolbar/slideviewtoolbar.xml b/sd/uiconfig/simpress/toolbar/slideviewtoolbar.xml index 4eb666c552fd..13e0144c3fe6 100644 --- a/sd/uiconfig/simpress/toolbar/slideviewtoolbar.xml +++ b/sd/uiconfig/simpress/toolbar/slideviewtoolbar.xml @@ -18,7 +18,7 @@ * 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:toolbaritem xlink:href=".uno:SelectObject" toolbar:style=""/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Presentation"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/starmath/uiconfig/smath/toolbar/fullscreenbar.xml b/starmath/uiconfig/smath/toolbar/fullscreenbar.xml index bf16b2b0c9d7..913634068d71 100644 --- a/starmath/uiconfig/smath/toolbar/fullscreenbar.xml +++ b/starmath/uiconfig/smath/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:toolbaritem xlink:href=".uno:FullScreen" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:FullScreen"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/starmath/uiconfig/smath/toolbar/standardbar.xml b/starmath/uiconfig/smath/toolbar/standardbar.xml index a941fe76acf0..542d05083740 100644 --- a/starmath/uiconfig/smath/toolbar/standardbar.xml +++ b/starmath/uiconfig/smath/toolbar/standardbar.xml @@ -19,26 +19,26 @@ --> <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar"> <toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:text="" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:text="" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:text="" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:Save" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:text="" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Save"/> + <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:SendMail" toolbar:helpid="5331"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ExportDirectToPDF" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:PrintDefault" toolbar:text="" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:Print" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SendFax" toolbar:text="" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:ExportDirectToPDF"/> + <toolbar:toolbaritem xlink:href=".uno:PrintDefault" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:Print"/> + <toolbar:toolbaritem xlink:href=".uno:SendFax" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Cut" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Copy" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Paste" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Cut"/> + <toolbar:toolbaritem xlink:href=".uno:Copy"/> + <toolbar:toolbaritem xlink:href=".uno:Paste"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Undo" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Redo" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Undo"/> + <toolbar:toolbaritem xlink:href=".uno:Redo"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:HelpIndex" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:ExtendedHelp" toolbar:text="" toolbar:visible="false" toolbar:helpid="5402"/> + <toolbar:toolbaritem xlink:href=".uno:HelpIndex"/> + <toolbar:toolbaritem xlink:href=".uno:ExtendedHelp" toolbar:visible="false" toolbar:helpid="5402"/> </toolbar:toolbar> diff --git a/starmath/uiconfig/smath/toolbar/toolbar.xml b/starmath/uiconfig/smath/toolbar/toolbar.xml index ae74d5e4812c..062d0339f70b 100644 --- a/starmath/uiconfig/smath/toolbar/toolbar.xml +++ b/starmath/uiconfig/smath/toolbar/toolbar.xml @@ -18,12 +18,12 @@ * 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:toolbaritem xlink:href=".uno:ZoomIn" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:ZoomOut" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Zoom100Percent" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:ZoomOptimal" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:ZoomIn"/> + <toolbar:toolbaritem xlink:href=".uno:ZoomOut"/> + <toolbar:toolbaritem xlink:href=".uno:Zoom100Percent"/> + <toolbar:toolbaritem xlink:href=".uno:ZoomOptimal"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Draw" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:FormelCursor" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SymbolCatalogue" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Draw"/> + <toolbar:toolbaritem xlink:href=".uno:FormelCursor"/> + <toolbar:toolbaritem xlink:href=".uno:SymbolCatalogue"/> </toolbar:toolbar> diff --git a/sw/uiconfig/sglobal/toolbar/formtextobjectbar.xml b/sw/uiconfig/sglobal/toolbar/formtextobjectbar.xml index 422f36979169..58ffaf4b56ac 100644 --- a/sw/uiconfig/sglobal/toolbar/formtextobjectbar.xml +++ b/sw/uiconfig/sglobal/toolbar/formtextobjectbar.xml @@ -18,28 +18,28 @@ * 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:toolbaritem xlink:href=".uno:CharFontName" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:CharFontName"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontHeight" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:FontHeight"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Bold" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Italic" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Underline" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SuperScript" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SubScript" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Bold"/> + <toolbar:toolbaritem xlink:href=".uno:Italic"/> + <toolbar:toolbaritem xlink:href=".uno:Underline"/> + <toolbar:toolbaritem xlink:href=".uno:SuperScript"/> + <toolbar:toolbaritem xlink:href=".uno:SubScript"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:FontDialog"/> + <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/sw/uiconfig/sweb/toolbar/formtextobjectbar.xml b/sw/uiconfig/sweb/toolbar/formtextobjectbar.xml index 422f36979169..58ffaf4b56ac 100644 --- a/sw/uiconfig/sweb/toolbar/formtextobjectbar.xml +++ b/sw/uiconfig/sweb/toolbar/formtextobjectbar.xml @@ -18,28 +18,28 @@ * 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:toolbaritem xlink:href=".uno:CharFontName" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:CharFontName"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontHeight" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:FontHeight"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Bold" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Italic" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Underline" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SuperScript" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SubScript" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Bold"/> + <toolbar:toolbaritem xlink:href=".uno:Italic"/> + <toolbar:toolbaritem xlink:href=".uno:Underline"/> + <toolbar:toolbaritem xlink:href=".uno:SuperScript"/> + <toolbar:toolbaritem xlink:href=".uno:SubScript"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:FontDialog"/> + <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/sw/uiconfig/swform/toolbar/formcontrols.xml b/sw/uiconfig/swform/toolbar/formcontrols.xml index b8b19c2b4e91..b9407be7564c 100644 --- a/sw/uiconfig/swform/toolbar/formcontrols.xml +++ b/sw/uiconfig/swform/toolbar/formcontrols.xml @@ -18,7 +18,7 @@ * 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:toolbaritem xlink:href=".uno:SelectObject" toolbar:text="" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject" toolbar:style="radio auto"/> <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> diff --git a/sw/uiconfig/swform/toolbar/formtextobjectbar.xml b/sw/uiconfig/swform/toolbar/formtextobjectbar.xml index 422f36979169..58ffaf4b56ac 100644 --- a/sw/uiconfig/swform/toolbar/formtextobjectbar.xml +++ b/sw/uiconfig/swform/toolbar/formtextobjectbar.xml @@ -18,28 +18,28 @@ * 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:toolbaritem xlink:href=".uno:CharFontName" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:CharFontName"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontHeight" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:FontHeight"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Bold" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Italic" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Underline" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SuperScript" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SubScript" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Bold"/> + <toolbar:toolbaritem xlink:href=".uno:Italic"/> + <toolbar:toolbaritem xlink:href=".uno:Underline"/> + <toolbar:toolbaritem xlink:href=".uno:SuperScript"/> + <toolbar:toolbaritem xlink:href=".uno:SubScript"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:FontDialog"/> + <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/sw/uiconfig/swreport/toolbar/formcontrols.xml b/sw/uiconfig/swreport/toolbar/formcontrols.xml index b8b19c2b4e91..b9407be7564c 100644 --- a/sw/uiconfig/swreport/toolbar/formcontrols.xml +++ b/sw/uiconfig/swreport/toolbar/formcontrols.xml @@ -18,7 +18,7 @@ * 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:toolbaritem xlink:href=".uno:SelectObject" toolbar:text="" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject" toolbar:style="radio auto"/> <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> diff --git a/sw/uiconfig/swreport/toolbar/formtextobjectbar.xml b/sw/uiconfig/swreport/toolbar/formtextobjectbar.xml index 422f36979169..58ffaf4b56ac 100644 --- a/sw/uiconfig/swreport/toolbar/formtextobjectbar.xml +++ b/sw/uiconfig/swreport/toolbar/formtextobjectbar.xml @@ -18,28 +18,28 @@ * 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:toolbaritem xlink:href=".uno:CharFontName" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:CharFontName"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontHeight" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:FontHeight"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Bold" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Italic" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Underline" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SuperScript" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SubScript" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Bold"/> + <toolbar:toolbaritem xlink:href=".uno:Italic"/> + <toolbar:toolbaritem xlink:href=".uno:Underline"/> + <toolbar:toolbaritem xlink:href=".uno:SuperScript"/> + <toolbar:toolbaritem xlink:href=".uno:SubScript"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:FontDialog"/> + <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/sw/uiconfig/swriter/toolbar/formcontrols.xml b/sw/uiconfig/swriter/toolbar/formcontrols.xml index b8b19c2b4e91..b9407be7564c 100644 --- a/sw/uiconfig/swriter/toolbar/formcontrols.xml +++ b/sw/uiconfig/swriter/toolbar/formcontrols.xml @@ -18,7 +18,7 @@ * 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:toolbaritem xlink:href=".uno:SelectObject" toolbar:text="" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject" toolbar:style="radio auto"/> <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> diff --git a/sw/uiconfig/swriter/toolbar/formtextobjectbar.xml b/sw/uiconfig/swriter/toolbar/formtextobjectbar.xml index 422f36979169..58ffaf4b56ac 100644 --- a/sw/uiconfig/swriter/toolbar/formtextobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/formtextobjectbar.xml @@ -18,28 +18,28 @@ * 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:toolbaritem xlink:href=".uno:CharFontName" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:CharFontName"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontHeight" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:FontHeight"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Bold" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Italic" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Underline" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SuperScript" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SubScript" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Bold"/> + <toolbar:toolbaritem xlink:href=".uno:Italic"/> + <toolbar:toolbaritem xlink:href=".uno:Underline"/> + <toolbar:toolbaritem xlink:href=".uno:SuperScript"/> + <toolbar:toolbaritem xlink:href=".uno:SubScript"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:FontDialog"/> + <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/sw/uiconfig/swxform/toolbar/formcontrols.xml b/sw/uiconfig/swxform/toolbar/formcontrols.xml index 41cd20a439d4..2afb733590da 100644 --- a/sw/uiconfig/swxform/toolbar/formcontrols.xml +++ b/sw/uiconfig/swxform/toolbar/formcontrols.xml @@ -18,7 +18,7 @@ * 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:toolbaritem xlink:href=".uno:SelectObject" toolbar:text="" toolbar:style="radio auto"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject" toolbar:style="radio auto"/> <toolbar:toolbaritem xlink:href=".uno:SwitchXFormsDesignMode"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> diff --git a/sw/uiconfig/swxform/toolbar/formtextobjectbar.xml b/sw/uiconfig/swxform/toolbar/formtextobjectbar.xml index 422f36979169..58ffaf4b56ac 100644 --- a/sw/uiconfig/swxform/toolbar/formtextobjectbar.xml +++ b/sw/uiconfig/swxform/toolbar/formtextobjectbar.xml @@ -18,28 +18,28 @@ * 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:toolbaritem xlink:href=".uno:CharFontName" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:CharFontName"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontHeight" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:FontHeight"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Bold" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Italic" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:Underline" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SuperScript" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:SubScript" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:Bold"/> + <toolbar:toolbaritem xlink:href=".uno:Italic"/> + <toolbar:toolbaritem xlink:href=".uno:Underline"/> + <toolbar:toolbaritem xlink:href=".uno:SuperScript"/> + <toolbar:toolbaritem xlink:href=".uno:SubScript"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:LeftPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:CenterPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:RightPara" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:JustifyPara" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:text="" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:text="" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara1" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara15" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:SpacePara2" toolbar:style="radio"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:text=""/> - <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog" toolbar:text=""/> + <toolbar:toolbaritem xlink:href=".uno:FontDialog"/> + <toolbar:toolbaritem xlink:href=".uno:ParagraphDialog"/> </toolbar:toolbar>
\ No newline at end of file |