diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-06-15 19:25:56 +0000 |
---|---|---|
committer | Ariel Constenla-Haile <arielch@apache.org> | 2012-06-15 19:25:56 +0000 |
commit | 2c78bfa3839c8cb6b7b566194cb5dc11ae024ef2 (patch) | |
tree | fb54d718200e73b11e8f0918ae999bec13f1ec26 /chart2/uiconfig/toolbar/calloutshapes.xml | |
parent | 0f62e13581bcf507f011dad9a61a746e862c29b8 (diff) |
Remove obsolete attributes from UI element XML files
Notes
Notes:
prefer: 15175a00c976d48f132bc3458e961d1cb2e62a9b
Diffstat (limited to 'chart2/uiconfig/toolbar/calloutshapes.xml')
-rw-r--r-- | chart2/uiconfig/toolbar/calloutshapes.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chart2/uiconfig/toolbar/calloutshapes.xml b/chart2/uiconfig/toolbar/calloutshapes.xml index 26bc203328ac..9f5ef86662fb 100644 --- a/chart2/uiconfig/toolbar/calloutshapes.xml +++ b/chart2/uiconfig/toolbar/calloutshapes.xml @@ -23,11 +23,11 @@ <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:CalloutShapes.rectangular-callout" toolbar:helpid="helpid:11006" /> - <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.round-rectangular-callout" toolbar:helpid="helpid:11006" /> - <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.round-callout" toolbar:helpid="helpid:11006" /> - <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.cloud-callout" toolbar:helpid="helpid:11006" /> - <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.line-callout-1" toolbar:helpid="helpid:11006" /> - <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.line-callout-2" toolbar:helpid="helpid:11006" /> - <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.line-callout-3" toolbar:helpid="helpid:11006" /> + <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.rectangular-callout"/> + <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.round-rectangular-callout"/> + <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.round-callout"/> + <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.cloud-callout"/> + <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.line-callout-1"/> + <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.line-callout-2"/> + <toolbar:toolbaritem xlink:href=".uno:CalloutShapes.line-callout-3"/> </toolbar:toolbar>
\ No newline at end of file |