migrationoo2.component (67a4c099) | migrationoo2.component (5e679a6c) |
---|---|
1<?xml version="1.0" encoding="UTF-8"?> 2<!--*********************************************************** 3 * 4 * Licensed to the Apache Software Foundation (ASF) under one 5 * or more contributor license agreements. See the NOTICE file 6 * distributed with this work for additional information 7 * regarding copyright ownership. The ASF licenses this file 8 * to you under the Apache License, Version 2.0 (the --- 10 unchanged lines hidden (view full) --- 19 * under the License. 20 * 21 ***********************************************************--> 22 23 24 25<component loader="com.sun.star.loader.SharedLibrary" 26 xmlns="http://openoffice.org/2010/uno-components"> | 1<?xml version="1.0" encoding="UTF-8"?> 2<!--*********************************************************** 3 * 4 * Licensed to the Apache Software Foundation (ASF) under one 5 * or more contributor license agreements. See the NOTICE file 6 * distributed with this work for additional information 7 * regarding copyright ownership. The ASF licenses this file 8 * to you under the Apache License, Version 2.0 (the --- 10 unchanged lines hidden (view full) --- 19 * under the License. 20 * 21 ***********************************************************--> 22 23 24 25<component loader="com.sun.star.loader.SharedLibrary" 26 xmlns="http://openoffice.org/2010/uno-components"> |
27 <implementation name="com.sun.star.comp.desktop.migration.Basic"> 28 <service name="com.sun.star.migration.Basic"/> 29 </implementation> 30 <implementation name="com.sun.star.comp.desktop.migration.Wordbooks"> 31 <service name="com.sun.star.migration.Wordbooks"/> 32 </implementation> | 27 <implementation name="com.sun.star.comp.desktop.migration.Basic"> 28 <service name="com.sun.star.migration.Basic"/> 29 </implementation> 30 <implementation name="com.sun.star.comp.desktop.migration.Wordbooks"> 31 <service name="com.sun.star.migration.Wordbooks"/> 32 </implementation> 33 <implementation name="com.sun.star.comp.desktop.migration.OOo3Extensions"> 34 <service name="com.sun.star.migration.Extensions"/> 35 </implementation> |
33</component> | 36</component> |