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 [19/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/sw/uiconfig/swreport/toolbar/fullscreenbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/fullscreenbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/fullscreenbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swreport/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/sw/uiconfig/swreport/toolbar/graffilterbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/graffilterbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/graffilterbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swreport/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/sw/uiconfig/swreport/toolbar/graphicobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/graphicobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/graphicobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swreport/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:toolbaritem xlink:href=".uno:InsertGraphic" toolbar:helpid="10241"/>
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/insertbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/insertbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/insertbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swreport/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:toolbaritem xlink:href=".uno:InsertTable" toolbar:helpid="20330"/>
  <toolbar:toolbaritem xlink:href=".uno:InsertFrameInteract" toolbar:helpid="20333"/>

Modified: incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/insertobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/insertobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/insertobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/insertobjectbar.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:InsertObjectFloatingFrame" toolbar:helpid="helpid:5563"  />
  <toolbar:toolbaritem xlink:href=".uno:InsertObject" toolbar:helpid="helpid:5561"  />

Modified: incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/mediaobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/mediaobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/mediaobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swreport/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/sw/uiconfig/swreport/toolbar/moreformcontrols.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/moreformcontrols.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/moreformcontrols.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swreport/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/sw/uiconfig/swreport/toolbar/numobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/numobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/numobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/numobjectbar.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:DefaultBullet" toolbar:helpid="20138"/>
  <toolbar:toolbaritem xlink:href=".uno:DefaultNumbering" toolbar:helpid="20144"/>

Modified: incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/oleobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/oleobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/oleobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/oleobjectbar.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:StyleApply" toolbar:helpid="5552"/>
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/optimizetablebar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/optimizetablebar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/optimizetablebar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swreport/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/sw/uiconfig/swreport/toolbar/previewobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/previewobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/previewobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/previewobjectbar.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:PageUp" toolbar:helpid="20937"/>
  <toolbar:toolbaritem xlink:href=".uno:PageDown" toolbar:helpid="20938"/>

Modified: incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/standardbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/standardbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/standardbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swreport/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/sw/uiconfig/swreport/toolbar/starshapes.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/starshapes.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/starshapes.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swreport/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/sw/uiconfig/swreport/toolbar/symbolshapes.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/symbolshapes.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/symbolshapes.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swreport/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/sw/uiconfig/swreport/toolbar/tableobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/tableobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/tableobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swreport/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/sw/uiconfig/swreport/toolbar/textobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/textobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/textobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swreport/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:id="toolbar">
  <toolbar:toolbaritem xlink:href=".uno:DesignerDialog" toolbar:helpid="5539"/>
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/toolbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/toolbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/toolbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swreport/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:toolbaritem xlink:href=".uno:InsertCtrl" toolbar:helpid="52822"/>
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/viewerbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/viewerbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swreport/toolbar/viewerbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swreport/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/sw/uiconfig/swriter/toolbar/alignmentbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/alignmentbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/alignmentbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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/sw/uiconfig/swriter/toolbar/arrowshapes.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/arrowshapes.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/arrowshapes.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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/sw/uiconfig/swriter/toolbar/basicshapes.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/basicshapes.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/basicshapes.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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/sw/uiconfig/swriter/toolbar/bezierobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/bezierobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/bezierobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/calloutshapes.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/calloutshapes.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/calloutshapes.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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/sw/uiconfig/swriter/toolbar/colorbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/colorbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/colorbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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/sw/uiconfig/swriter/toolbar/drawbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/drawbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/drawbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/drawbar.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:SelectObject" toolbar:helpid="10128"/>
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/drawingobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/drawingobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/drawingobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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:id="toolbar">
  <toolbar:toolbaritem xlink:href=".uno:FormatLine" toolbar:helpid="helpid:10143"  />
  <toolbar:toolbaritem xlink:href=".uno:LineEndStyle" toolbar:helpid="helpid:10301"  toolbar:style="dropdown" />

Modified: incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/drawtextobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/drawtextobjectbar.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:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/extrusionobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/extrusionobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/extrusionobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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/sw/uiconfig/swriter/toolbar/findbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/findbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/findbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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/sw/uiconfig/swriter/toolbar/flowchartshapes.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/flowchartshapes.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/flowchartshapes.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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/sw/uiconfig/swriter/toolbar/fontworkobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/fontworkobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/fontworkobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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/sw/uiconfig/swriter/toolbar/fontworkshapetype.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/fontworkshapetype.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/fontworkshapetype.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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/sw/uiconfig/swriter/toolbar/formcontrols.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/formcontrols.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/formcontrols.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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:text="" toolbar:style="radio auto" />
  <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode" toolbar:helpid="helpid:10629" />

Modified: incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/formdesign.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/formdesign.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/formdesign.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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:toolbaritem xlink:href=".uno:SwitchControlDesignMode" toolbar:helpid="helpid:10629"  />

Modified: incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/formsfilterbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/formsfilterbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/formsfilterbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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:FormFilterExecute" toolbar:helpid="helpid:10731"  />
  <toolbar:toolbaritem xlink:href=".uno:FormFilterNavigator" toolbar:helpid="helpid:10732"  />

Modified: incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/formsnavigationbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/formsnavigationbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/formsnavigationbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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/sw/uiconfig/swriter/toolbar/formtextobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/formtextobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/formtextobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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/sw/uiconfig/swriter/toolbar/frameobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/frameobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/frameobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/frameobjectbar.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:StyleApply" toolbar:helpid="helpid:5552"  />
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/fullscreenbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/fullscreenbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/fullscreenbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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/sw/uiconfig/swriter/toolbar/graffilterbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/graffilterbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/graffilterbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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/sw/uiconfig/swriter/toolbar/graphicobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/graphicobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/graphicobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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:toolbaritem xlink:href=".uno:InsertGraphic" toolbar:helpid="10241"/>
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/insertbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/insertbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/insertbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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:toolbaritem xlink:href=".uno:InsertTable" toolbar:helpid="20330"/>
  <toolbar:toolbaritem xlink:href=".uno:InsertSection" toolbar:helpid="21419"/>

Modified: incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/mediaobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/mediaobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/mediaobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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/sw/uiconfig/swriter/toolbar/moreformcontrols.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/moreformcontrols.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/moreformcontrols.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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/sw/uiconfig/swriter/toolbar/numobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/numobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/numobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/numobjectbar.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:DefaultBullet" toolbar:helpid="20138"/>
  <toolbar:toolbaritem xlink:href=".uno:DefaultNumbering" toolbar:helpid="20144"/>

Modified: incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/oleobjectbar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/oleobjectbar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/oleobjectbar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/oleobjectbar.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:StyleApply" toolbar:helpid="5552"/>
  <toolbar:toolbarseparator/>

Modified: incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/optimizetablebar.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/optimizetablebar.xml?rev=1304672&r1=1304671&r2=1304672&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sw/uiconfig/swriter/toolbar/optimizetablebar.xml (original)
+++ incubator/ooo/trunk/main/sw/uiconfig/swriter/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"  />