dbaccess/uiconfig/dbapp/toolbar/formobjectbar.xml | 8 +-- dbaccess/uiconfig/dbapp/toolbar/queryobjectbar.xml | 8 +-- dbaccess/uiconfig/dbapp/toolbar/reportobjectbar.xml | 8 +-- dbaccess/uiconfig/dbapp/toolbar/tableobjectbar.xml | 8 +-- dbaccess/uiconfig/dbapp/toolbar/toolbar.xml | 18 ++++---- dbaccess/uiconfig/dbbrowser/toolbar/toolbar.xml | 40 +++++++++--------- dbaccess/uiconfig/dbquery/toolbar/designobjectbar.xml | 10 ++-- dbaccess/uiconfig/dbquery/toolbar/sqlobjectbar.xml | 2 dbaccess/uiconfig/dbquery/toolbar/toolbar.xml | 22 ++++----- dbaccess/uiconfig/dbrelation/toolbar/toolbar.xml | 12 ++--- dbaccess/uiconfig/dbtable/toolbar/toolbar.xml | 18 ++++---- dbaccess/uiconfig/dbtdata/toolbar/toolbar.xml | 30 ++++++------- reportdesign/uiconfig/dbreport/toolbar/Formatting.xml | 2 reportdesign/uiconfig/dbreport/toolbar/toolbar.xml | 2 sc/uiconfig/scalc/toolbar/formtextobjectbar.xml | 36 ++++++++-------- sd/uiconfig/sdraw/toolbar/formtextobjectbar.xml | 36 ++++++++-------- sd/uiconfig/simpress/toolbar/formtextobjectbar.xml | 36 ++++++++-------- sd/uiconfig/simpress/toolbar/slideviewtoolbar.xml | 2 starmath/uiconfig/smath/toolbar/fullscreenbar.xml | 2 starmath/uiconfig/smath/toolbar/standardbar.xml | 32 +++++++------- starmath/uiconfig/smath/toolbar/toolbar.xml | 14 +++--- sw/uiconfig/sglobal/toolbar/formtextobjectbar.xml | 36 ++++++++-------- sw/uiconfig/sweb/toolbar/formtextobjectbar.xml | 36 ++++++++-------- sw/uiconfig/swform/toolbar/formcontrols.xml | 2 sw/uiconfig/swform/toolbar/formtextobjectbar.xml | 36 ++++++++-------- sw/uiconfig/swreport/toolbar/formcontrols.xml | 2 sw/uiconfig/swreport/toolbar/formtextobjectbar.xml | 36 ++++++++-------- sw/uiconfig/swriter/toolbar/formcontrols.xml | 2 sw/uiconfig/swriter/toolbar/formtextobjectbar.xml | 36 ++++++++-------- sw/uiconfig/swxform/toolbar/formcontrols.xml | 2 sw/uiconfig/swxform/toolbar/formtextobjectbar.xml | 36 ++++++++-------- 31 files changed, 285 insertions(+), 285 deletions(-)
New commits: commit 5b86fdca2cd080683c507d85d2bea228fa10e69c Author: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> Date: Tue Nov 17 16:43:52 2015 +0100 Toolbar: Remove empty attributes Change-Id: Id78cae55eb89520bd87713f9ea6c009c922f2870 diff --git a/dbaccess/uiconfig/dbapp/toolbar/formobjectbar.xml b/dbaccess/uiconfig/dbapp/toolbar/formobjectbar.xml index 44d69fd..7996452 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 9dc8121..4ce2ca0 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 057d128..ab8a333 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 f6ec3f6..4adc7f9 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 ef5dfba..aef94eb 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 4fcf949..fc7d29a 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 cc571e1..89dc520 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 15e5126..a2edbce 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 ce120f4..718b61f 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 0683219..78790fc 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 d0db2bf..059e7d4 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 7bb145e..b19fcac 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 45b0504..b16eff8 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 59f3f21..48aefd3 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 422f369..58ffaf4 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 422f369..58ffaf4 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 422f369..58ffaf4 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 4eb666c..13e0144 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 bf16b2b..9136340 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 a941fe7..542d050 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 ae74d5e..062d033 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 422f369..58ffaf4 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 422f369..58ffaf4 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 b8b19c2..b9407be 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 422f369..58ffaf4 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 b8b19c2..b9407be 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 422f369..58ffaf4 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 b8b19c2..b9407be 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 422f369..58ffaf4 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 41cd20a..2afb733 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 422f369..58ffaf4 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits