diff options
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/uiconfig/dbreport/toolbar/drawbar.xml | 12 | ||||
-rw-r--r-- | reportdesign/uiconfig/dbreport/toolbar/toolbar.xml | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/reportdesign/uiconfig/dbreport/toolbar/drawbar.xml b/reportdesign/uiconfig/dbreport/toolbar/drawbar.xml index 8eabfafdc464..1bb3d47878bf 100644 --- a/reportdesign/uiconfig/dbreport/toolbar/drawbar.xml +++ b/reportdesign/uiconfig/dbreport/toolbar/drawbar.xml @@ -18,10 +18,10 @@ * 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:BasicShapes" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:SymbolShapes" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:ArrowShapes" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:FlowChartShapes" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:CalloutShapes" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:StarShapes" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:BasicShapes"/> + <toolbar:toolbaritem xlink:href=".uno:SymbolShapes"/> + <toolbar:toolbaritem xlink:href=".uno:ArrowShapes"/> + <toolbar:toolbaritem xlink:href=".uno:FlowChartShapes"/> + <toolbar:toolbaritem xlink:href=".uno:CalloutShapes"/> + <toolbar:toolbaritem xlink:href=".uno:StarShapes"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/reportdesign/uiconfig/dbreport/toolbar/toolbar.xml b/reportdesign/uiconfig/dbreport/toolbar/toolbar.xml index 004a442c42e2..0ab455e843a3 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:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Paste"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Undo"/> <toolbar:toolbaritem xlink:href=".uno:Redo"/> |