diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-14 16:55:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-14 20:30:08 +0000 |
commit | c0948f29ebd61a232406c30c306d7d8b23a596a6 (patch) | |
tree | ec725c4a6b23de274c8da42b3bfa82694929eedf /sw/uiconfig/swriter/toolbar/drawbar.xml | |
parent | 06983ef3c00c5755ef3369c1149c10ba8d3f4d4b (diff) |
Use the same advanced Ellipse and Rectangle shapes in writer as draw
i.e. reconcile writer with draw/impress wrt.
commit 0e9faf7a0f8c76b50d9a9354d5fab5d1ad4af821
Author: Petr Mladek <pmladek@suse.cz>
Date: Fri Apr 22 16:51:58 2011 +0200
sd-toolbar-advanced-shapes.diff: used advanced Ellipse and Rectangle shapes
they allow to wrap text according to the shape which is a very nice
feature (bnc#171052)
Change-Id: I0bddfe65030f3515bcb5a30f2886d3ad17a72b0d
Diffstat (limited to 'sw/uiconfig/swriter/toolbar/drawbar.xml')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/drawbar.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/uiconfig/swriter/toolbar/drawbar.xml b/sw/uiconfig/swriter/toolbar/drawbar.xml index 8731a059d648..b31c19895327 100644 --- a/sw/uiconfig/swriter/toolbar/drawbar.xml +++ b/sw/uiconfig/swriter/toolbar/drawbar.xml @@ -21,8 +21,8 @@ <toolbar:toolbaritem xlink:href=".uno:SelectObject" toolbar:helpid="10128"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Line" toolbar:helpid="10102"/> - <toolbar:toolbaritem xlink:href=".uno:Rect" toolbar:helpid="10104"/> - <toolbar:toolbaritem xlink:href=".uno:Ellipse" toolbar:helpid="10110"/> + <toolbar:toolbaritem xlink:href=".uno:BasicShapes.rectangle" toolbar:helpid="10104"/> + <toolbar:toolbaritem xlink:href=".uno:BasicShapes.ellipse" toolbar:helpid="10110"/> <toolbar:toolbaritem xlink:href=".uno:Polygon_Unfilled" toolbar:visible="false" toolbar:helpid="10395"/> <toolbar:toolbaritem xlink:href=".uno:Bezier_Unfilled" toolbar:visible="false" toolbar:helpid="10397"/> <toolbar:toolbaritem xlink:href=".uno:Freeline_Unfilled" toolbar:helpid="10464"/> @@ -48,4 +48,4 @@ <toolbar:toolbaritem xlink:href=".uno:InsertGraphic" toolbar:helpid="10241"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ExtrusionToggle" toolbar:helpid="10960"/> -</toolbar:toolbar>
\ No newline at end of file +</toolbar:toolbar> |