diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-05-19 21:59:07 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-05-23 15:44:24 +0200 |
commit | dabca4c880d6c4aa60b09ddfee7958732e39bb19 (patch) | |
tree | 0442a9b7130b48dc0ec9a78f95373283797205b5 /dbaccess/uiconfig/dbapp/toolbar | |
parent | 8adebf346e24c6131fe33165d1530319c959c352 (diff) |
toolbar:id is not valid attribute of toolbar:toolbar
according to framework/dtd/toolbar.dtd – and having
the same ID everywhere also is kinda pointless..
Change-Id: Ia7768be2f951886e39e24d78fc6d69b4f3c84235
Reviewed-on: https://gerrit.libreoffice.org/54665
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'dbaccess/uiconfig/dbapp/toolbar')
5 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/uiconfig/dbapp/toolbar/formobjectbar.xml b/dbaccess/uiconfig/dbapp/toolbar/formobjectbar.xml index 79964527a866..6b6293fe805b 100644 --- a/dbaccess/uiconfig/dbapp/toolbar/formobjectbar.xml +++ b/dbaccess/uiconfig/dbapp/toolbar/formobjectbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:DBFormOpen"/> <toolbar:toolbaritem xlink:href=".uno:DBFormEdit"/> <toolbar:toolbaritem xlink:href=".uno:DBFormDelete"/> diff --git a/dbaccess/uiconfig/dbapp/toolbar/queryobjectbar.xml b/dbaccess/uiconfig/dbapp/toolbar/queryobjectbar.xml index 4ce2ca09569c..d9730a16757d 100644 --- a/dbaccess/uiconfig/dbapp/toolbar/queryobjectbar.xml +++ b/dbaccess/uiconfig/dbapp/toolbar/queryobjectbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:DBQueryOpen"/> <toolbar:toolbaritem xlink:href=".uno:DBQueryEdit"/> <toolbar:toolbaritem xlink:href=".uno:DBQueryDelete"/> diff --git a/dbaccess/uiconfig/dbapp/toolbar/reportobjectbar.xml b/dbaccess/uiconfig/dbapp/toolbar/reportobjectbar.xml index ab8a3336085e..4e5b1e1c6c0c 100644 --- a/dbaccess/uiconfig/dbapp/toolbar/reportobjectbar.xml +++ b/dbaccess/uiconfig/dbapp/toolbar/reportobjectbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:DBReportOpen"/> <toolbar:toolbaritem xlink:href=".uno:DBReportEdit"/> <toolbar:toolbaritem xlink:href=".uno:DBReportDelete"/> diff --git a/dbaccess/uiconfig/dbapp/toolbar/tableobjectbar.xml b/dbaccess/uiconfig/dbapp/toolbar/tableobjectbar.xml index 4adc7f96e24d..be25101f4cf0 100644 --- a/dbaccess/uiconfig/dbapp/toolbar/tableobjectbar.xml +++ b/dbaccess/uiconfig/dbapp/toolbar/tableobjectbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:DBTableOpen"/> <toolbar:toolbaritem xlink:href=".uno:DBTableEdit"/> <toolbar:toolbaritem xlink:href=".uno:DBTableDelete"/> diff --git a/dbaccess/uiconfig/dbapp/toolbar/toolbar.xml b/dbaccess/uiconfig/dbapp/toolbar/toolbar.xml index ef440f37a4a4..62c48f1c4a8f 100644 --- a/dbaccess/uiconfig/dbapp/toolbar/toolbar.xml +++ b/dbaccess/uiconfig/dbapp/toolbar/toolbar.xml @@ -17,7 +17,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar"> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> <toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:AddDirect"/> <toolbar:toolbaritem xlink:href=".uno:Open"/> |