You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/03/24 01:02:38 UTC

svn commit: r1304672 [11/24] - in /incubator/ooo/trunk/main: animations/source/animcore/ avmedia/source/framework/ basctl/uiconfig/basicide/toolbar/ basctl/util/ binfilter/bf_sch/source/ui/unoidl/descr/ binfilter/bf_sfx2/util/ chart2/uiconfig/toolbar/ ...

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/arrowshapes.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/arrowshapes.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/arrowshapes.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/arrowshapes.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:ArrowShapes.left-arrow" toolbar:helpid="helpid:11004" />
  <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.right-arrow" toolbar:helpid="helpid:11004" />

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/basicshapes.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/basicshapes.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/basicshapes.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/basicshapes.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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.rectangle" toolbar:helpid="helpid:11002" />
  <toolbar:toolbaritem xlink:href=".uno:BasicShapes.round-rectangle" toolbar:helpid="helpid:11002" />

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/bezierobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/bezierobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/bezierobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/bezierobjectbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:ToggleObjectBezierMode" toolbar:helpid="helpid:10126"  toolbar:style="radio auto" />
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/calloutshapes.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/calloutshapes.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/calloutshapes.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/calloutshapes.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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"  />

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/choosemodebar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/choosemodebar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/choosemodebar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/choosemodebar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:ToggleObjectRotateMode" toolbar:helpid="helpid:10129"  toolbar:style="radio" />
  <toolbar:toolbaritem xlink:href=".uno:Mirror" toolbar:helpid="helpid:27085"  toolbar:style="radio" />

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/colorbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/colorbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/colorbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/colorbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:GrafRed" toolbar:helpid="helpid:10865"  />
  <toolbar:toolbarbreak/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/commentsbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/commentsbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/commentsbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/commentsbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:InsertAnnotation" toolbar:helpid="helpid:26276"/>
   <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/connectorsbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/connectorsbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/connectorsbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/connectorsbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
  <toolbar:toolbaritem xlink:href=".uno:Connector" toolbar:helpid="27058"/>
  <toolbar:toolbaritem xlink:href=".uno:ConnectorArrowStart" toolbar:visible="false" toolbar:helpid="27119"/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
  <toolbar:toolbaritem xlink:href=".uno:DesignerDialog" toolbar:helpid="5539"/>
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/ellipsesbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/ellipsesbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/ellipsesbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/ellipsesbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:Ellipse" toolbar:helpid="helpid:10110"  toolbar:style="radio" />
  <toolbar:toolbaritem xlink:href=".uno:Circle" toolbar:helpid="helpid:10385"  toolbar:style="radio" />

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/extrusionobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/extrusionobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/extrusionobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/extrusionobjectbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
  <toolbar:toolbaritem xlink:href=".uno:ExtrusionToggle" toolbar:helpid="10960"/>
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/findbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/findbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/findbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/findbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:FindText"/>
  <toolbar:toolbaritem xlink:href=".uno:DownSearch"/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/flowchartshapes.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/flowchartshapes.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/flowchartshapes.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/flowchartshapes.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:FlowChartShapes.flowchart-process" toolbar:helpid="helpid:11005" />
  <toolbar:toolbaritem xlink:href=".uno:FlowChartShapes.flowchart-alternate-process" toolbar:helpid="helpid:11005"  />

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/fontworkobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/fontworkobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/fontworkobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/fontworkobjectbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:FontworkGalleryFloater" toolbar:helpid="helpid:10977" />
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/fontworkshapetype.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/fontworkshapetype.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/fontworkshapetype.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/fontworkshapetype.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:FontworkShapeType.fontwork-plain-text" toolbar:helpid="helpid:10978" />
  <toolbar:toolbaritem xlink:href=".uno:FontworkShapeType.fontwork-wave" toolbar:helpid="helpid:10978" />

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formcontrols.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formcontrols.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formcontrols.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formcontrols.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:helpid="helpid:10128"  toolbar:style="radio auto" />
  <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode" toolbar:helpid="helpid:10629"  />

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formdesign.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formdesign.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formdesign.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formdesign.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:helpid="helpid:10128"  toolbar:style="radio auto" />
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formsfilterbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formsfilterbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formsfilterbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formsfilterbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:FormFilterNavigator" toolbar:helpid="helpid:10732"  />
  <toolbar:toolbaritem xlink:href=".uno:FormFilterExecute" toolbar:helpid="helpid:10731"  />

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formsnavigationbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formsnavigationbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formsnavigationbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formsnavigationbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
  <toolbar:toolbaritem xlink:href=".uno:RecSearch" toolbar:helpid="10725"/>
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formtextobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formtextobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formtextobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/formtextobjectbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:helpid="helpid:10007" toolbar:text="" />
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/fullscreenbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/fullscreenbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/fullscreenbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/fullscreenbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:helpid="helpid:5627"  />
 </toolbar:toolbar>
\ No newline at end of file

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/gluepointsobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/gluepointsobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/gluepointsobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/gluepointsobjectbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:GlueInsertPoint" toolbar:helpid="helpid:27302"  />
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/graffilterbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/graffilterbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/graffilterbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/graffilterbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:GraphicFilterInvert" toolbar:helpid="helpid:34149"  />
  <toolbar:toolbaritem xlink:href=".uno:GraphicFilterSmooth" toolbar:helpid="helpid:34150"  />

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/graphicobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/graphicobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/graphicobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/graphicobjectbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:GraphicFilterToolbox" toolbar:helpid="helpid:10469"  toolbar:style="dropdown" />
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/insertbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/insertbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/insertbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/insertbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:InsertPage" toolbar:helpid="helpid:27014"  />
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/linesbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/linesbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/linesbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/linesbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:BezierFill" toolbar:helpid="helpid:10118"  toolbar:style="radio" />
  <toolbar:toolbaritem xlink:href=".uno:Polygon" toolbar:helpid="helpid:10117"  toolbar:style="radio" />

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/masterviewtoolbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/masterviewtoolbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/masterviewtoolbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/masterviewtoolbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:InsertMasterPage" toolbar:helpid="helpid:27430"  />
  <toolbar:toolbaritem xlink:href=".uno:DeleteMasterPage" toolbar:helpid="helpid:27431"  />

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/mediaobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/mediaobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/mediaobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/mediaobjectbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:InsertAVMedia" toolbar:helpid="6695"/>
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/moreformcontrols.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/moreformcontrols.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/moreformcontrols.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/moreformcontrols.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:SpinButton" toolbar:helpid="helpid:10769"  toolbar:style="radio auto" />
  <toolbar:toolbaritem xlink:href=".uno:ScrollBar" toolbar:helpid="helpid:10768"  toolbar:style="radio auto" />

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/optimizetablebar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/optimizetablebar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/optimizetablebar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/optimizetablebar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:DistributeColumns" toolbar:helpid="helpid:20582"  />
  <toolbar:toolbaritem xlink:href=".uno:DistributeRows" toolbar:helpid="helpid:20583"  />

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/optionsbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/optionsbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/optionsbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/optionsbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:ClickChangeRotation" toolbar:helpid="helpid:27170"  toolbar:style="auto" />
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/positionbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/positionbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/positionbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/positionbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:BringToFront" toolbar:helpid="helpid:10286"  />
  <toolbar:toolbaritem xlink:href=".uno:Forward" toolbar:helpid="helpid:27031"  />

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/rectanglesbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/rectanglesbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/rectanglesbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/rectanglesbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:Rect" toolbar:helpid="helpid:10104" toolbar:style="radio" />
  <toolbar:toolbaritem xlink:href=".uno:Square" toolbar:helpid="helpid:10380" toolbar:style="radio" />

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/standardbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/standardbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/standardbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/standardbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:helpid="5537"/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/starshapes.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/starshapes.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/starshapes.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/starshapes.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:StarShapes.bang" toolbar:helpid="helpid:11007" />
  <toolbar:toolbaritem xlink:href=".uno:StarShapes.star4" toolbar:helpid="helpid:11007" />

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/symbolshapes.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/symbolshapes.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/symbolshapes.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/symbolshapes.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:SymbolShapes.smiley" toolbar:helpid="helpid:11003"  />
  <toolbar:toolbaritem xlink:href=".uno:SymbolShapes.sun" toolbar:helpid="helpid:11003"  />

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/tableobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/tableobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/tableobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/tableobjectbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:InsertTable" toolbar:helpid="helpid:20330"  />
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/textbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/textbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/textbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/textbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:Text" toolbar:helpid="helpid:10006"  toolbar:style="radio" />
  <toolbar:toolbaritem xlink:href=".uno:TextFitToSizeTool" toolbar:helpid="helpid:27285"  toolbar:style="radio" />

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/textobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/textobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/textobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/textobjectbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
  <toolbar:toolbaritem xlink:href=".uno:CharFontName" toolbar:helpid="10007"/>
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/toolbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/toolbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/toolbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/toolbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:helpid="helpid:10128"  toolbar:style="radio" />
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/viewerbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/viewerbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/viewerbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/viewerbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:SaveAs" toolbar:helpid="helpid:5502"  />
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/zoombar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/zoombar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/zoombar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/sdraw/toolbar/zoombar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
  <toolbar:toolbaritem xlink:href=".uno:ZoomPlus" toolbar:helpid="10097"/>
  <toolbar:toolbaritem xlink:href=".uno:ZoomMinus" toolbar:helpid="10098"/>

Modified: incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/3dobjectsbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/3dobjectsbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/3dobjectsbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/3dobjectsbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:Cube" toolbar:helpid="helpid:27296"  toolbar:style="radio" />
  <toolbar:toolbaritem xlink:href=".uno:Sphere" toolbar:helpid="helpid:27297"  toolbar:style="radio" />

Modified: incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/alignmentbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/alignmentbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/alignmentbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/alignmentbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:ObjectAlignLeft" toolbar:helpid="helpid:10131"  />
  <toolbar:toolbaritem xlink:href=".uno:AlignCenter" toolbar:helpid="helpid:10132"  />

Modified: incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/arrowsbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/arrowsbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/arrowsbar.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/arrowsbar.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:Line" toolbar:helpid="helpid:10102"  toolbar:style="radio" />
  <toolbar:toolbaritem xlink:href=".uno:LineArrowEnd" toolbar:helpid="helpid:27173"  toolbar:style="radio" />

Modified: incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/arrowshapes.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/arrowshapes.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/arrowshapes.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/arrowshapes.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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:ArrowShapes.left-arrow" toolbar:helpid="helpid:11004"  />
  <toolbar:toolbaritem xlink:href=".uno:ArrowShapes.right-arrow" toolbar:helpid="helpid:11004"  />

Modified: incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/basicshapes.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/basicshapes.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/basicshapes.xml (original)
+++ incubator/ooo/trunk/main/sd/uiconfig/simpress/toolbar/basicshapes.xml Sat Mar 24 00:02:17 2012
@@ -1,5 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--***********************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ ***********************************************************-->
+
+
 <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.rectangle" toolbar:helpid="helpid:11002"  />
  <toolbar:toolbaritem xlink:href=".uno:BasicShapes.round-rectangle" toolbar:helpid="helpid:11002"  />