[Libreoffice-commits] .: 3 commits - avmedia/source connectivity/source dbaccess/prj desktop/source fileaccess/source filter/source formula/prj linguistic/xml Makefile.top mysqlc/source odk/examples odk/util reportbuilder/prj reportdesign/prj sal/test scripting/source sfx2/util solenv/src starmath/xml stoc/source svtools/prj svx/xml ucb/source uui/util xmlhelp/util xmloff/xml
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Dec 12 01:28:14 PST 2012
Makefile.top | 16
avmedia/source/framework/soundhandler.xml | 64 -
connectivity/source/drivers/mork/mork.xml | 85 -
dbaccess/prj/dba.xml | 115 --
dbaccess/prj/dbu.xml | 151 ---
desktop/source/migration/services/migrationoo2.xml | 78 -
fileaccess/source/fileacc.xml | 78 -
filter/source/placeware/placeware.xml | 62 -
formula/prj/for.xml | 31
linguistic/xml/linguistic.xml | 69 -
mysqlc/source/mysqlc.xml | 96 -
odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXmlFilter_cpp.uno.xml | 76 -
odk/util/makefile.pmk | 1
odk/util/odk_rules.pmk | 7
reportbuilder/prj/rpt.xml | 31
reportdesign/prj/rpt.xml | 31
sal/test/unloading/samplelib1.xml | 58 -
scripting/source/basprov/basprov.xml | 67 -
scripting/source/dlgprov/dlgprov.xml | 75 -
scripting/source/protocolhandler/protocolhandler.xml | 47
scripting/source/provider/provider.xml | 51 -
scripting/source/stringresource/stringresource.xml | 53 -
scripting/source/vbaevents/vbaevents.xml | 43
sfx2/util/sfx.xml | 99 --
solenv/src/default_description.xml | 32
starmath/xml/math.xml | 109 --
stoc/source/module-description.dtd | 45
svtools/prj/svtools.xml | 139 --
svx/xml/AccessibleControlShape.xml | 57 -
svx/xml/AccessibleEditableTextPara.xml | 54 -
svx/xml/AccessibleGraphicShape.xml | 58 -
svx/xml/AccessibleImageBullet.xml | 51 -
svx/xml/AccessibleOLEShape.xml | 58 -
svx/xml/AccessibleShape.xml | 56 -
svx/xml/SvxDrawPage.xml | 33
svx/xml/SvxGraphCtrlAccessibleContext.xml | 36
svx/xml/SvxGraphicExporter.xml | 33
svx/xml/SvxGraphicObject.xml | 33
svx/xml/SvxShape.xml | 33
svx/xml/SvxShapeCircle.xml | 33
svx/xml/SvxShapeCollection.xml | 33
svx/xml/SvxShapeConnector.xml | 33
svx/xml/SvxShapeControl.xml | 33
svx/xml/SvxShapeDimensioning.xml | 33
svx/xml/SvxShapeGroup.xml | 33
svx/xml/SvxShapePolyPolygon.xml | 33
svx/xml/SvxShapePolyPolygonBezier.xml | 33
svx/xml/SvxUnoNumberingRules.xml | 33
svx/xml/SvxUnoText.xml | 33
svx/xml/SvxUnoTextContent.xml | 33
svx/xml/SvxUnoTextContentEnum.xml | 33
svx/xml/SvxUnoTextCursor.xml | 33
svx/xml/SvxUnoTextField.xml | 33
svx/xml/SvxUnoTextRange.xml | 33
svx/xml/SvxUnoTextRangeEnumeration.xml | 33
ucb/source/ucp/webdav/ucpdav.xml | 128 --
uui/util/uui.xml | 85 -
xmlhelp/util/ucpchelp.xml | 113 --
xmloff/xml/components.xml | 490 ----------
59 files changed, 13 insertions(+), 3642 deletions(-)
New commits:
commit c914836f215a874c0605d6ea7ab63c6cfe779c77
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Dec 12 10:27:24 2012 +0100
Remove generated Makefile upon distclean
Change-Id: I464d2541419baae499b3a16e7361c925b273381b
diff --git a/Makefile.top b/Makefile.top
index e4ebc0d..13ff6b4 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -144,6 +144,7 @@ ifeq ($(BUILD_DMAKE),YES)
rm -f solenv/*/bin/dmake*
endif
rm -fr \
+ $(BUILDDIR)/Makefile \
$(BUILDDIR)/aclocal.m4 \
$(BUILDDIR)/autom4te.cache \
$(BUILDDIR)/config.log \
commit 6b05167fe296abc94baedcb383da1eecba34d335
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Dec 12 10:26:30 2012 +0100
Clean up list of distclean files
Change-Id: I7a4213b9d387b0c8d80b8dd3eb9631493e83af45
diff --git a/Makefile.top b/Makefile.top
index f37c0e7..e4ebc0d 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -143,9 +143,18 @@ ifeq ($(BUILD_DMAKE),YES)
(if [ -f dmake/Makefile ] ; then $(GNUMAKE) -j $(PARALLELISM) -C dmake distclean; fi) && \
rm -f solenv/*/bin/dmake*
endif
- rm -fr $(BUILDDIR)/config_host.mk $(BUILDDIR)/config_build.mk $(BUILDDIR)/aclocal.m4 $(BUILDDIR)/autom4te.cache \
- $(BUILDDIR)/config.log $(BUILDDIR)/config.status $(BUILDDIR)/configure \
- $(BUILDDIR)/config_host.mk.last $(BUILDDIR)/config_host.mk.stamp $(BUILDDIR)/warn $(BUILDDIR)/config/*.h
+ rm -fr \
+ $(BUILDDIR)/aclocal.m4 \
+ $(BUILDDIR)/autom4te.cache \
+ $(BUILDDIR)/config.log \
+ $(BUILDDIR)/config.status \
+ $(BUILDDIR)/config/*.h \
+ $(BUILDDIR)/config_build.mk \
+ $(BUILDDIR)/config_host.mk \
+ $(BUILDDIR)/config_host.mk.last \
+ $(BUILDDIR)/config_host.mk.stamp \
+ $(BUILDDIR)/configure \
+ $(BUILDDIR)/warn
find $(SOLARENV)/gdb -name "*.pyc" -exec rm {} \;
#
commit a9916dabb48df8ea857ce6b255563e31352988a8
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Dec 12 10:24:07 2012 +0100
Remove xml2cmp leftovers
Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893
diff --git a/avmedia/source/framework/soundhandler.xml b/avmedia/source/framework/soundhandler.xml
deleted file mode 100644
index c1ce039..0000000
--- a/avmedia/source/framework/soundhandler.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
- -->
-
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
-
- <module-name> avmedia </module-name>
-
- <component-description>
- <author> Andreas Schluens </author>
- <name> com.sun.star.comp.framework.SoundHandler </name>
- <description>
- Implements a handler service to detect and/or play audio files.
- supported formats: wav/au
- </description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="final"/>
- <supported-service> com.sun.star.frame.ContentHandler </supported-service>
- </component-description>
-
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
- <project-build-dependency> tools </project-build-dependency>
- <project-build-dependency> svtools </project-build-dependency>
- <project-build-dependency> toolkit </project-build-dependency>
- <project-build-dependency> sv </project-build-dependency>
- <project-build-dependency> comphelper </project-build-dependency>
- <project-build-dependency> unotools </project-build-dependency>
- <project-build-dependency> ucbhelper </project-build-dependency>
- <project-build-dependency> svl </project-build-dependency>
- <project-build-dependency> sot </project-build-dependency>
-
- <runtime-module-dependency> cppu2 </runtime-module-dependency>
- <runtime-module-dependency> cppuhelper </runtime-module-dependency>
- <runtime-module-dependency> sal2 </runtime-module-dependency>
- <runtime-module-dependency> tl </runtime-module-dependency>
- <runtime-module-dependency> svt </runtime-module-dependency>
- <runtime-module-dependency> svl </runtime-module-dependency>
- <runtime-module-dependency> tk </runtime-module-dependency>
- <runtime-module-dependency> sv </runtime-module-dependency>
- <runtime-module-dependency> comphelp2 </runtime-module-dependency>
- <runtime-module-dependency> utl </runtime-module-dependency>
- <runtime-module-dependency> ucb </runtime-module-dependency>
- <runtime-module-dependency> sot </runtime-module-dependency>
-
-</module-description>
diff --git a/connectivity/source/drivers/mork/mork.xml b/connectivity/source/drivers/mork/mork.xml
deleted file mode 100644
index cb1ce0b..0000000
--- a/connectivity/source/drivers/mork/mork.xml
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version='1.0' encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//W3C//DTD HTML 3.2//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
- -->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name> mork </module-name>
- <component-description>
- <Author>David Ostrovsky</Author>
- <Name>com.sun.star.comp.sdbc.MorkDriver</Name>
- <Description>
- This is the implementation of the sdbc-mork bridge.
- </Description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service> com.sun.star.sdbc.Driver </supported-service>
- <service-dependency> ... </service-dependency>
- </component-description>
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
-
- <runtime-module-dependency> cppuhelper </runtime-module-dependency>
- <runtime-module-dependency> cppu1 </runtime-module-dependency>
- <runtime-module-dependency> sal1 </runtime-module-dependency>
-
-
-
- <type> com.sun.star.util.XCancellable </type>
- <type> com.sun.star.util.XNumberFormatter </type>
- <type> com.sun.star.uno.TypeClass </type>
- <type> com.sun.star.uno.XWeak </type>
- <type> com.sun.star.uno.XAggregation </type>
- <type> com.sun.star.beans.XPropertyState </type>
- <type> com.sun.star.beans.XPropertySet </type>
- <type> com.sun.star.beans.PropertyValue </type>
- <type> com.sun.star.beans.XMultiPropertySet </type>
- <type> com.sun.star.beans.XFastPropertySet </type>
- <type> com.sun.star.lang.XTypeProvider </type>
- <type> com.sun.star.lang.EventObject </type>
- <type> com.sun.star.lang.XComponent </type>
- <type> com.sun.star.lang.IllegalArgumentException </type>
- <type> com.sun.star.lang.XMultiServiceFactory </type>
- <type> com.sun.star.java.XJavaThreadRegister_11 </type>
- <type> com.sun.star.java.XJavaVM </type>
- <type> com.sun.star.sdbc.XConnection </type>
- <type> com.sun.star.sdbc.XStatement </type>
- <type> com.sun.star.sdbc.XResultSet </type>
- <type> com.sun.star.sdbc.XResultSetMetaDataSupplier</type>
- <type> com.sun.star.sdbc.XColumnLocate </type>
- <type> com.sun.star.sdbc.XResultSetUpdate </type>
- <type> com.sun.star.sdbc.XWarningsSupplier </type>
- <type> com.sun.star.sdbc.XRowUpdate </type>
- <type> com.sun.star.sdbc.XMultipleResults </type>
- <type> com.sun.star.sdbc.XBatchExecution </type>
- <type> com.sun.star.sdbc.XPreparedBatchExecution </type>
- <type> com.sun.star.sdbc.XParameters </type>
- <type> com.sun.star.sdbc.XOutParameters </type>
- <type> com.sun.star.sdbc.DriverPropertyInfo </type>
- <type> com.sun.star.sdbc.XRow </type>
- <type> com.sun.star.sdb.XColumnUpdate </type>
- <type> com.sun.star.sdb.XColumn </type>
- <type> com.sun.star.sdbc.XResultSetUpdate </type>
- <type> com.sun.star.sdbc.XRowUpdate </type>
- <type> com.sun.star.sdbcx.XRowLocate </type>
- <type> com.sun.star.sdbcx.XDeleteRows </type>
-
-</module-description>
-
-
diff --git a/dbaccess/prj/dba.xml b/dbaccess/prj/dba.xml
deleted file mode 100644
index 48643a6..0000000
--- a/dbaccess/prj/dba.xml
+++ /dev/null
@@ -1,115 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
- -->
-
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>dbaccess</module-name>
- <component-description>
- <author>Frank Schönheit</author>
- <name>com.sun.star.comp.dba.ODatabaseContext</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.DatabaseContext</supported-service>
- <service-dependency>com.sun.star.configuration.ConfigurationProvider</service-dependency>
- </component-description>
- <component-description>
- <author>Frank Schönheit</author>
- <name>com.sun.star.comp.dba.ODatabaseSource</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.DocumentDataSource</supported-service>
- <service-dependency>com.sun.star.sdb.QueryDefinition</service-dependency>
- <service-dependency>com.sun.star.sdbc.DriverManager</service-dependency>
- <service-dependency>com.sun.star.util.NumberFormatsSupplier</service-dependency>
- <service-dependency>com.sun.star.io.ObjectInputStream</service-dependency>
- <service-dependency>com.sun.star.io.ObjectOutputStream</service-dependency>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.dba.ODatabaseDocument</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.OfficeDatabaseDocument</supported-service>
- <service-dependency>com.sun.star.sdb.Forms</service-dependency>
- <service-dependency>com.sun.star.sdb.Reports</service-dependency>
- <service-dependency>com.sun.star.document.OfficeDocument</service-dependency>
- <service-dependency>com.sun.star.util.NumberFormatsSupplier</service-dependency>
- <service-dependency>com.sun.star.io.ObjectInputStream</service-dependency>
- <service-dependency>com.sun.star.io.ObjectOutputStream</service-dependency>
- </component-description>
- <component-description>
- <author>Frank Schönheit</author>
- <name>com.sun.star.comp.dba.OCommandDefinition</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.QueryDefinition</supported-service>
- <service-dependency>com.sun.star.configuration.ConfigurationProvider</service-dependency>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.dba.ORowSet</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.RowSet</supported-service>
- <supported-service>com.sun.star.sdbc.RowSet</supported-service>
- <supported-service>com.sun.star.sdb.ResultSet</supported-service>
- <supported-service>com.sun.star.sdbcx.ResultSet</supported-service>
- <supported-service>com.sun.star.sdbc.ResultSet</supported-service>
- <service-dependency>com.sun.star.sdb.DatabaseContext</service-dependency>
- <service-dependency>com.sun.star.i18n.LocaleData</service-dependency>
- <service-dependency>com.sun.star.util.NumberFormatter</service-dependency>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>org.openoffice.comp.dba.OSingleSelectQueryComposer</name>
- <description>Represents a service for composing a single select statement.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.SingleSelectQueryComposer</supported-service>
- <supported-service>com.sun.star.sdb.SingleSelectQueryAnalyzer</supported-service>
- <service-dependency>com.sun.star.sdb.DatabaseContext</service-dependency>
- <service-dependency>com.sun.star.sdb.Connection</service-dependency>
- <service-dependency>com.sun.star.i18n.LocaleData</service-dependency>
- <service-dependency>com.sun.star.util.NumberFormatter</service-dependency>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.sdb.dbaccess.OQuery</name>
- <description>Represents a service for query.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.Query</supported-service>
- <service-dependency>com.sun.star.sdb.DatabaseContext</service-dependency>
- <service-dependency>com.sun.star.sdb.Connection</service-dependency>
- <service-dependency>com.sun.star.i18n.LocaleData</service-dependency>
- <service-dependency>com.sun.star.util.NumberFormatter</service-dependency>
- </component-description>
-</module-description>
diff --git a/dbaccess/prj/dbu.xml b/dbaccess/prj/dbu.xml
deleted file mode 100644
index 75a5d8f..0000000
--- a/dbaccess/prj/dbu.xml
+++ /dev/null
@@ -1,151 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
- -->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>dbaccess</module-name>
- <component-description>
- <author>Frank Schönheit</author>
- <name>org.openoffice.comp.dbu.ODatasourceAdministrationDialog</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.DatasourceAdministrationDialog</supported-service>
- <service-dependency>com.sun.star.sdbc.DriverManager</service-dependency>
- <service-dependency>com.sun.star.sdb.DatabaseContext</service-dependency>
- <service-dependency>com.sun.star.sdb.DataSource</service-dependency>
- </component-description>
- <component-description>
- <author>Frank Schönheit</author>
- <name>org.openoffice.comp.dbu.OSQLMessageDialog</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.ErrorMessageDialog</supported-service>
- </component-description>
- <component-description>
- <author>Frank Schönheit</author>
- <name>com.sun.star.comp.dbu.OInteractionHandler</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.InteractionHandler</supported-service>
- <service-dependency>com.sun.star.util.NumberFormatter</service-dependency>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>org.openoffice.comp.dbu.DBContentLoader</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.ContentLoader</supported-service>
- <supported-service>com.sun.star.frame.FrameLoader</supported-service>
- <service-dependency>com.sun.star.sdb.DataSourceBrowser</service-dependency>
- </component-description>
- <component-description>
- <author/>
- <name>org.openoffice.comp.dbu.ODatasourceBrowser</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.DataSourceBrowser</supported-service>
- <service-dependency>com.sun.star.util.URLTransformer</service-dependency>
- <service-dependency>com.sun.star.util.NumberFormatter</service-dependency>
- <service-dependency>com.sun.star.form.component.Form</service-dependency>
- <service-dependency>com.sun.star.form.component.GridControl</service-dependency>
- <service-dependency>com.sun.star.sdb.InteractionHandler</service-dependency>
- <service-dependency>com.sun.star.sdb.DatabaseContext</service-dependency>
- <service-dependency>com.sun.star.sdb.DatasourceAdministrationDialog</service-dependency>
- <service-dependency>com.sun.star.sdb.ErrorMessageDialog</service-dependency>
- </component-description>
- <component-description>
- <author/>
- <name>com.sun.star.comp.dbu.SbaXGridControl</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.awt.UnoControl</supported-service>
- <supported-service>com.sun.star.form.control.GridControl</supported-service>
- <supported-service>com.sun.star.form.control.InteractionGridControl</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>org.openoffice.comp.dbu.OQueryDesign</name>
- <description>Represents the query design.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.QueryDesign</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>org.openoffice.comp.dbu.JoinViewAccessibility</name>
- <description>Represents the accessiblity view port for the connection and the tables in the query design.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.accessibility.Accessible</supported-service>
- <supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>org.openoffice.comp.dbu.TableWindowAccessibility</name>
- <description>Represents the accessiblity object for a table in the query design.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.accessibility.Accessible</supported-service>
- <supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>org.openoffice.comp.dbu.ConnectionLineAccessibility</name>
- <description>Represents the accessiblity object for the connection between two tables in the query design.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.accessibility.Accessible</supported-service>
- <supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.dbu.OColumnControl</name>
- <description>Allows the modification of a column descriptor.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.awt.UnoControl</supported-service>
- <supported-service>com.sun.star.sdb.ColumnDescriptorControl</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.dbu.OColumnControlModel</name>
- <description>The model to hold the column descriptor for the control.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.awt.UnoControlModel</supported-service>
- <supported-service>com.sun.star.sdb.ColumnDescriptorControlModel</supported-service>
- </component-description>
-</module-description>
diff --git a/desktop/source/migration/services/migrationoo2.xml b/desktop/source/migration/services/migrationoo2.xml
deleted file mode 100644
index 1a81b19..0000000
--- a/desktop/source/migration/services/migrationoo2.xml
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name> migrationoo2.uno </module-name>
- <component-description>
- <author> Joachim Lingner </author>
- <name> com.sun.star.comp.jvmfwk.MigrationOO2</name>
- <description>
-Specifies a factory object to create proxy objects.
-These proxy object represent a given target object and can be
-be aggregated. The proxy objects act UNO conform and do NOT provide
-original target interfaces on queryInterface() calls.
-</description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> C++ </language>
- <status value="final"/>
- <supported-service> com.sun.star.reflection.ProxyFactory </supported-service>
- <service-dependency> ... </service-dependency>
- <type> com.sun.star.lang.XTypeProvider </type>
- <type> com.sun.star.lang.XServiceInfo </type>
- <type> com.sun.star.lang.XSingleServiceFactory </type>
- <type> com.sun.star.lang.XMultiServiceFactory </type>
- <type> com.sun.star.lang.XInitialization </type>
- <type> com.sun.star.lang.WrappedTargetException </type>
- <type> com.sun.star.registry.XRegistryKey </type>
- <type> com.sun.star.lang.XSingleComponentFactory </type>
- <type> com.sun.star.task.XJob </type>
- <type> com.sun.star.beans.NamedValue </type>
- <type> com.sun.star.configuration.backend.XLayer </type>
- <type> com.sun.star.configuration.backend.XLayerHandler </type>
- <type> com.sun.star.configuration.backend.MalformedDataException </type>
- <type> com.sun.star.configuration.backend.TemplateIdentifier </type>
- </component-description>
- <component-description>
- <author>Thomas Benisch</author>
- <name>com.sun.star.comp.desktop.migration.Basic</name>
- <description>migration service for LibreOffice Basic and dialogs</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.migration.Basic</supported-service>
- <service-dependency>...</service-dependency>
- <type>com.sun.star.beans.NamedValue</type>
- <type>com.sun.star.lang.IllegalArgumentException</type>
- <type>com.sun.star.lang.XInitialization</type>
- <type>com.sun.star.task.XJob</type>
- <type>com.sun.star.lang.XServiceInfo</type>
- <type>com.sun.star.lang.XTypeProvider</type>
- <type>com.sun.star.uno.XComponentContext</type>
- </component-description>
- <project-build-dependency>unotools</project-build-dependency>
- <project-build-dependency>tools</project-build-dependency>
- <project-build-dependency>cppuhelper</project-build-dependency>
- <project-build-dependency>cppu</project-build-dependency>
- <project-build-dependency>sal</project-build-dependency>
- <runtime-module-dependency>utl</runtime-module-dependency>
- <runtime-module-dependency>tl</runtime-module-dependency>
- <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency>
- <runtime-module-dependency>cppu3</runtime-module-dependency>
- <runtime-module-dependency>sal3</runtime-module-dependency>
-</module-description>
diff --git a/fileaccess/source/fileacc.xml b/fileaccess/source/fileacc.xml
deleted file mode 100644
index ffb8bdc..0000000
--- a/fileaccess/source/fileacc.xml
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
- -->
-
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>
- fileacc
- </module-name>
-
- <component-description>
- <author>
- Andreas Bregas
- </author>
- <name>
- com.sun.star.comp.ucb.SimpleFileAccess
- </name>
- <description>
- This component provides a simple set of methods to access content that
- is provided by the Universal Content Broker (i.e. file system contents).
- </description>
- <loader-name>
- com.sun.star.loader.SharedLibrary
- </loader-name>
- <language>
- c++
- </language>
- <status value="final"/>
- <supported-service>
- com.sun.star.ucb.SimpleFileAccess
- </supported-service>
-
- <type> com.sun.star.beans.Property </type>
- <type> com.sun.star.io.XActiveDataSink </type>
- <type> com.sun.star.io.XActiveDataSource </type>
- <type> com.sun.star.io.XActiveDataStreamer </type>
- <type> com.sun.star.sdbc.XResultSet </type>
- <type> com.sun.star.ucb.CommandFailedException </type>
- <type> com.sun.star.ucb.ContentInfo </type>
- <type> com.sun.star.ucb.ContentInfoAttribute </type>
- <type> com.sun.star.ucb.InsertCommandArgument </type>
- <type> com.sun.star.ucb.InteractiveIOException </type>
- <type> com.sun.star.ucb.NameClash </type>
- <type> com.sun.star.ucb.OpenCommandArgument2 </type>
- <type> com.sun.star.ucb.OpenMode </type>
- <type> com.sun.star.ucb.XCommandEnvironment </type>
- <type> com.sun.star.ucb.XContentAccess </type>
- <type> com.sun.star.ucb.XContentCreator </type>
- <type> com.sun.star.ucb.XSimpleFileAccess3 </type>
- </component-description>
-
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> ucbhelper </project-build-dependency>
- <project-build-dependency> tools </project-build-dependency>
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
-
- <runtime-module-dependency> cppuhelper$(COM) </runtime-module-dependency>
- <runtime-module-dependency> ucbhelper1MSC </runtime-module-dependency>
- <runtime-module-dependency> cppu3 </runtime-module-dependency>
- <runtime-module-dependency> sal3 </runtime-module-dependency>
- <runtime-module-dependency> tl </runtime-module-dependency>
-</module-description>
diff --git a/filter/source/placeware/placeware.xml b/filter/source/placeware/placeware.xml
deleted file mode 100644
index 41dd97f..0000000
--- a/filter/source/placeware/placeware.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
- -->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name> placeware </module-name>
- <component-description>
- <author> Christian Lippka </author>
- <name> com.sun.star.comp.Impress.PlaceWareExportFilter </name>
- <description>
- This service implements a filter to export com.sun.star.presentation.PresentationDocument into the
- PlaceWare slide set format.
- </description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> C++ </language>
- <status value="beta"/>
- <supported-service> com.sun.star.document.ExportFilter </supported-service>
- <service-dependency> ... </service-dependency>
- <type> com.sun.star.document.XFilter </type>
- <type> com.sun.star.document.XExporter </type>
- <type> com.sun.star.lang.XInitialization </type>
- <type> com.sun.star.lang.XServiceInfo </type>
- <type> com.sun.star.container.XNamed </type>
- <type> com.sun.star.beans.PropertyValue </type>
- <type> com.sun.star.beans.XPropertySet </type>
- <type> com.sun.star.drawing.XDrawPagesSupplier </type>
- <type> com.sun.star.presentation.XPresentationPage </type>
- <type> com.sun.star.container.XIndexAccess </type>
- <type> com.sun.star.text.XText </type>
- <type> com.sun.star.document.XDocumentPropertiesSupplier </type>
- <type> com.sun.star.document.XDocumentProperties </type>
- <type> com.sun.star.lang.XComponent </type>
- <type> com.sun.star.drawing.XDrawPage </type>
- <type> com.sun.star.task.XInteractionHandler </type>
- <type> com.sun.star.lang.XSingleServiceFactory </type>
- <type> com.sun.star.uno.XAggregation </type>
- <type> com.sun.star.uno.XWeak </type>
- <type> com.sun.star.uno.XComponentContext </type>
- <type> com.sun.star.uno.TypeClass </type>
- </component-description>
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
- <runtime-module-dependency> cppuhelper2$(COM) </runtime-module-dependency>
- <runtime-module-dependency> cppu2 </runtime-module-dependency>
- <runtime-module-dependency> sal2 </runtime-module-dependency>
-</module-description>
diff --git a/formula/prj/for.xml b/formula/prj/for.xml
deleted file mode 100644
index 5dbf882..0000000
--- a/formula/prj/for.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
- -->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>formula</module-name>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.sheet.comp.FormulaOpCodeMapper</name>
- <description>Represents access to ODFF compiler token.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="alpha"/>
- <supported-service>com.sun.star.sheet.FormulaOpCodeMapper</supported-service>
- </component-description>
-</module-description>
diff --git a/linguistic/xml/linguistic.xml b/linguistic/xml/linguistic.xml
deleted file mode 100644
index 57a2d3f..0000000
--- a/linguistic/xml/linguistic.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
- -->
-
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>lng</module-name>
- <component-description>
- <author>Thomas Lange</author>
- <name>com.sun.star.lingu2.LngSvcMgr</name>
- <description>This component manages all registered linguistic module implementations for spellchecker, hyphenator and thesaurus.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.linguistic2.LinguServiceManager</supported-service>
- </component-description>
- <component-description>
- <author>Thomas Lange</author>
- <name>com.sun.star.lingu2.DicList</name>
- <description>This component gives access to the list of personal-dictionaries.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.linguistic2.DictionaryList</supported-service>
- </component-description>
- <component-description>
- <author>Thomas Lange</author>
- <name>com.sun.star.lingu2.LinguProps</name>
- <description>This component allows to access all linguistic relevant properties and some others also.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.linguistic2.LinguProperties</supported-service>
- </component-description>
- <component-description>
- <author>Thomas Lange</author>
- <name>com.sun.star.lingu2.HHConvDic</name>
- <description>This object implements a user-defined text conversion dictionary for Hangul/Hanja conversion.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.linguistic2.ConversionDictionary</supported-service>
- <supported-service>com.sun.star.linguistic2.HangulHanjaConversionDictionary</supported-service>
- </component-description>
- <component-description>
- <author>Thomas Lange</author>
- <name>com.sun.star.lingu2.ConvDicList</name>
- <description>This component manages access to all user-defined text conversion dictionaries.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="a"/>
- <supported-service>com.sun.star.linguistic2.ConversionDictionaryList</supported-service>
- </component-description>
-</module-description>
diff --git a/mysqlc/source/mysqlc.xml b/mysqlc/source/mysqlc.xml
deleted file mode 100644
index 3c7db92..0000000
--- a/mysqlc/source/mysqlc.xml
+++ /dev/null
@@ -1,96 +0,0 @@
-<?xml version='1.0' encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//W3C//DTD HTML 3.2//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
- -->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>mysqlc</module-name>
- <component-description>
- <Author>Georg Richter</Author>
- <Name>com.sun.star.comp.sdbc.mysqlc</Name>
- <Description>
- This is the implementation of the MySQL Connector/OO.org.
- </Description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service> com.sun.star.sdbc.Driver </supported-service>
- <service-dependency> ... </service-dependency>
- </component-description>
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
-
- <runtime-module-dependency> cppuhelper </runtime-module-dependency>
- <runtime-module-dependency> cppu1 </runtime-module-dependency>
- <runtime-module-dependency> sal1 </runtime-module-dependency>
-
- <type> com.sun.star.registry.XRegistryKey </type>
- <type> com.sun.star.util.XCancellable </type>
- <type> com.sun.star.util.XNumberFormatter </type>
- <type> com.sun.star.uno.TypeClass </type>
- <type> com.sun.star.uno.XWeak </type>
- <type> com.sun.star.uno.XAggregation </type>
- <type> com.sun.star.uno.XComponentContext </type>
- <type> com.sun.star.beans.PropertyAttribute </type>
- <type> com.sun.star.beans.XPropertyState </type>
- <type> com.sun.star.beans.XPropertySet </type>
- <type> com.sun.star.beans.PropertyValue </type>
- <type> com.sun.star.beans.XMultiPropertySet </type>
- <type> com.sun.star.beans.XFastPropertySet </type>
- <type> com.sun.star.lang.XSingleServiceFactory </type>
- <type> com.sun.star.lang.XTypeProvider </type>
- <type> com.sun.star.lang.XSingleComponentFactory </type>
- <type> com.sun.star.lang.EventObject </type>
- <type> com.sun.star.lang.XComponent </type>
- <type> com.sun.star.lang.IllegalArgumentException </type>
- <type> com.sun.star.lang.DisposedException </type>
- <type> com.sun.star.lang.XMultiServiceFactory </type>
- <type> com.sun.star.lang.XServiceInfo </type>
- <type> com.sun.star.lang.XUnoTunnel </type>
- <type> com.sun.star.java.XJavaThreadRegister_11 </type>
- <type> com.sun.star.java.XJavaVM </type>
- <type> com.sun.star.sdbc.FetchDirection </type>
- <type> com.sun.star.sdbc.XConnection </type>
- <type> com.sun.star.sdbc.XStatement </type>
- <type> com.sun.star.sdbc.XResultSet </type>
- <type> com.sun.star.sdbc.XResultSetMetaDataSupplier</type>
- <type> com.sun.star.sdbc.XColumnLocate </type>
- <type> com.sun.star.sdbc.XResultSetUpdate </type>
- <type> com.sun.star.sdbc.XWarningsSupplier </type>
- <type> com.sun.star.sdbc.XRowUpdate </type>
- <type> com.sun.star.sdbc.XMultipleResults </type>
- <type> com.sun.star.sdbc.XBatchExecution </type>
- <type> com.sun.star.sdbc.XPreparedBatchExecution </type>
- <type> com.sun.star.sdbc.XParameters </type>
- <type> com.sun.star.sdbc.XOutParameters </type>
- <type> com.sun.star.sdbc.DriverPropertyInfo </type>
- <type> com.sun.star.sdbc.SQLWarning </type>
- <type> com.sun.star.sdbc.XRow </type>
- <type> com.sun.star.sdbc.ColumnSearch </type>
- <type> com.sun.star.sdbc.ColumnValue </type>
- <type> com.sun.star.sdbc.DataType </type>
- <type> com.sun.star.sdbc.XDriver </type>
- <type> com.sun.star.sdbc.TransactionIsolation </type>
- <type> com.sun.star.sdbc.ResultSetType </type>
- <type> com.sun.star.sdbc.ResultSetConcurrency </type>
- <type> com.sun.star.sdbcx.XRowLocate </type>
- <type> com.sun.star.sdbcx.XDeleteRows </type>
- <type> com.sun.star.sdbcx.CompareBookmark </type>
- <type> com.sun.star.sdb.XColumnUpdate </type>
- <type> com.sun.star.sdb.XColumn </type>
-</module-description>
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXmlFilter_cpp.uno.xml b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXmlFilter_cpp.uno.xml
deleted file mode 100644
index f437648..0000000
--- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXmlFilter_cpp.uno.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
--->
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name> FlatXml </module-name>
- <component-description>
- <author> Aidan Butler </author>
- <name>devguide.officedev.samples.filter.FlatXmlCpp</name>
-
-<description>
- This component is a sample implementation, which describes how a filter may be written that uses the XmlFilterAdaptor component. This filter opens and saves Flat Xml files.
- </description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="final"/>
- <supported-service>devguide.officedev.samples.filter.FlatXmlCpp</supported-service>
- <type>com.sun.star.lang.XSingleServiceFactory</type>
- <type>com.sun.star.uno.XNamingService</type>
- <type>com.sun.star.uno.XComponentContext</type>
- <type>com.sun.star.uno.XWeak</type>
- <type>com.sun.star.lang.XMain</type>
- <type>com.sun.star.uno.XAggregation</type>
- <type>com.sun.star.lang.XMultiServiceFactory</type>
- <type>com.sun.star.lang.XSingleComponentFactory</type>
- <type>com.sun.star.lang.XTypeProvider</type>
- <type>com.sun.star.frame.XComponentLoader</type>
- <type>com.sun.star.registry.XSimpleRegistry</type>
- <type>com.sun.star.loader.XImplementationLoader</type>
- <type>com.sun.star.registry.XImplementationRegistration</type>
- <type>com.sun.star.lang.XComponent</type>
- <type>com.sun.star.bridge.XBridgeFactory</type>
- <type>com.sun.star.bridge.XUnoUrlResolver</type>
- <type>com.sun.star.connection.XAcceptor</type>
- <type>com.sun.star.connection.XConnector</type>
- <type>com.sun.star.container.XHierarchicalNameAccess</type>
- <type>com.sun.star.lang.XServiceInfo</type>
- <type>com.sun.star.xml.sax.XDocumentHandler</type>
- <type>com.sun.star.xml.sax.XExtendedDocumentHandler</type>
- <type>com.sun.star.text.XTextDocument</type>
- <type>com.sun.star.xml.XImportFilter</type>
- <type>com.sun.star.xml.XExportFilter</type>
- <type>com.sun.star.io.XInputStream</type>
- <type>com.sun.star.io.XOutputStream</type>
- <type>com.sun.star.io.XActiveDataSource</type>
- <type>com.sun.star.io.XSeekable</type>
- <type>com.sun.star.frame.XConfigManager</type>
- <type>com.sun.star.xml.sax.XParser</type>
- <type>com.sun.star.ucb.XSimpleFileAccess</type>
- <type>com.sun.star.beans.XPropertySet</type>
- </component-description>
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
- <runtime-module-dependency> cppuhelper$(UDK_MAJOR)$(COM) </runtime-module-dependency>
- <runtime-module-dependency> salhelper$(UDK_MAJOR)$(COM) </runtime-module-dependency>
- <runtime-module-dependency> cppu$(UDK_MAJOR) </runtime-module-dependency>
- <runtime-module-dependency> reg$(UDK_MAJOR) </runtime-module-dependency>
- <runtime-module-dependency> store$(UDK_MAJOR) </runtime-module-dependency>
- <runtime-module-dependency> sal$(UDK_MAJOR) </runtime-module-dependency>
-</module-description>
diff --git a/odk/util/makefile.pmk b/odk/util/makefile.pmk
index cded025..0be6e89 100644
--- a/odk/util/makefile.pmk
+++ b/odk/util/makefile.pmk
@@ -34,7 +34,6 @@ DESTDIRDLL=$(DESTDIRLIB)
DESTDIRIDL=$(DESTDIR)/idl
DESTDIRINC=$(DESTDIR)/include
DESTDIRJAR=$(DESTDIR)/classes
-DESTDIRXML=$(DESTDIR)/xml
DESTDIRSETTINGS=$(DESTDIR)/settings
DESTDIREXAMPLES=$(DESTDIR)/examples
DESTDIRINC=$(DESTDIR)/include
diff --git a/odk/util/odk_rules.pmk b/odk/util/odk_rules.pmk
index 1f3eab3..9b84e16 100644
--- a/odk/util/odk_rules.pmk
+++ b/odk/util/odk_rules.pmk
@@ -81,13 +81,6 @@ $(DESTDIRSETTINGS)/%.mk : $(PRJ)/settings/%.mk
@@-rm -f $@
$(MY_TEXTCOPY) $< $@
-$(DESTDIRXML)/module-description.dtd : $(XMLOUT)/module-description.dtd
- @@-rm -f $@
- $(MY_TEXTCOPY) $(XMLOUT)/module-description.dtd $@
-$(DESTDIRXML)/%.xml : $(XMLOUT)/%.xml
- @@-rm -f $@
- $(MY_TEXTCOPY) $< $@
-
$(DESTDIRBIN)/%$(EXEPOSTFIX) : $(BINOUT)/%$(EXEPOSTFIX)
@@-rm -f $@
$(GNUCOPY) $(BINOUT)/$(@:f) $@
diff --git a/reportbuilder/prj/rpt.xml b/reportbuilder/prj/rpt.xml
deleted file mode 100644
index 6761e3d..0000000
--- a/reportbuilder/prj/rpt.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>reportbuilder</module-name>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.report.comp.ReportDesign</name>
- <description>Represents the report design.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.report.ReportDesign</supported-service>
- </component-description>
-</module-description>
diff --git a/reportdesign/prj/rpt.xml b/reportdesign/prj/rpt.xml
deleted file mode 100644
index a7b2539..0000000
--- a/reportdesign/prj/rpt.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
- -->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>reportdesign</module-name>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.report.comp.ReportDesign</name>
- <description>Represents the report design.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.report.ReportDesign</supported-service>
- </component-description>
-</module-description>
diff --git a/sal/test/unloading/samplelib1.xml b/sal/test/unloading/samplelib1.xml
deleted file mode 100644
index 5b5953a..0000000
--- a/sal/test/unloading/samplelib1.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name> samplelib1 </module-name>
- <component-description>
- <author> Joachim Lingner </author>
- <name> com.sun.star.comp.stoc.JavaVirtualMachine </name>
- <description>
- </description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="final"/>
- <supported-service> com.sun.star.Unloading1 </supported-service>
- <service-dependency> ... </service-dependency>
- <type> com.sun.star.lang.XSingleComponentFactory </type>
- <type> com.sun.star.lang.XComponent </type>
- <type> com.sun.star.container.XNameAccess </type>
- <type> com.sun.star.container.XContentEnumerationAccess </type>
- <type> com.sun.star.container.XEnumeration </type>
- <type> com.sun.star.lang.XTypeProvider </type>
- <type> com.sun.star.lang.XServiceInfo </type>
- <type> com.sun.star.lang.XSingleServiceFactory </type>
- <type> com.sun.star.lang.XMultiServiceFactory </type>
- <type> com.sun.star.registry.XSimpleRegistry </type>
- <type> com.sun.star.lang.XSingleComponentFactory </type>
- <type> com.sun.star.uno.XComponentContext </type>
- <type> com.sun.star.uno.XUnloadingPreference </type>
- <type> com.sun.star.uno.XAggregation </type>
- <type> com.sun.star.uno.XWeak </type>
- <type> com.sun.star.uno.TypeClass </type>
- <type> com.sun.star.beans.XPropertySet </type>
- </component-description>
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> tools </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
- <runtime-module-dependency> cppuhelper3$(COM) </runtime-module-dependency>
- <runtime-module-dependency> cppu3 </runtime-module-dependency>
- <runtime-module-dependency> tl(COM) </runtime-module-dependency>
- <runtime-module-dependency> sal3 </runtime-module-dependency>
-</module-description>
diff --git a/scripting/source/basprov/basprov.xml b/scripting/source/basprov/basprov.xml
deleted file mode 100644
index a992dd0..0000000
--- a/scripting/source/basprov/basprov.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
-
- <module-name>basprov</module-name>
-
- <component-description>
- <author>Thomas Benisch</author>
- <name>com.sun.star.comp.scripting.ScriptProviderForBasic</name>
- <description>script provider for Basic</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="drafts"/>
- <supported-service>com.sun.star.script.provider.ScriptProviderForBasic</supported-service>
- <type>com.sun.star.beans.XPropertySet</type>
- <type>com.sun.star.frame.XModel</type>
- <type>com.sun.star.lang.IllegalArgumentException</type>
- <type>com.sun.star.lang.XInitialization</type>
- <type>com.sun.star.lang.XServiceInfo</type>
- <type>com.sun.star.reflection.InvocationTargetException</type>
- <type>com.sun.star.script.CannotConvertException</type>
- <type>com.sun.star.uno.Exception</type>
- <type>com.sun.star.uno.RuntimeException</type>
- <type>com.sun.star.uno.XComponentContext</type>
- <type>com.sun.star.script.browse.BrowseNodeTypes</type>
- <type>com.sun.star.script.browse.XBrowseNode</type>
- <type>com.sun.star.script.provider.XScript</type>
- <type>com.sun.star.script.provider.XScriptProvider</type>
- <type> com.sun.star.uri.XUriReference </type>
- <type> com.sun.star.uri.XUriReferenceFactory </type>
- <type> com.sun.star.uri.XVndSunStarScriptUrl </type>
- </component-description>
-
- <project-build-dependency>sfx2</project-build-dependency>
- <project-build-dependency>basic</project-build-dependency>
- <project-build-dependency>svtools</project-build-dependency>
- <project-build-dependency>tools</project-build-dependency>
- <project-build-dependency>cppuhelper</project-build-dependency>
- <project-build-dependency>cppu</project-build-dependency>
- <project-build-dependency>sal</project-build-dependency>
-
- <runtime-module-dependency>sfx2</runtime-module-dependency>
- <runtime-module-dependency>sb</runtime-module-dependency>
- <runtime-module-dependency>svt</runtime-module-dependency>
- <runtime-module-dependency>tl</runtime-module-dependency>
- <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency>
- <runtime-module-dependency>cppu3</runtime-module-dependency>
- <runtime-module-dependency>sal3</runtime-module-dependency>
-
-</module-description>
diff --git a/scripting/source/dlgprov/dlgprov.xml b/scripting/source/dlgprov/dlgprov.xml
deleted file mode 100644
index 4a82542..0000000
--- a/scripting/source/dlgprov/dlgprov.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
-
- <module-name>dlgprov</module-name>
-
- <component-description>
- <author>Thomas Benisch</author>
- <name>com.sun.star.comp.scripting.DialogProvider</name>
- <description>provider for dialogs</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="drafts"/>
- <supported-service>com.sun.star.awt.DialogProvider</supported-service>
- <type>com.sun.star.awt.XControl</type>
- <type>com.sun.star.awt.XControlContainer</type>
- <type>com.sun.star.awt.XDialog</type>
- <type>com.sun.star.awt.XDialogProvider</type>
- <type>com.sun.star.awt.XWindowPeer</type>
- <type>com.sun.star.beans.XPropertySet</type>
- <type>com.sun.star.frame.XModel</type>
- <type>com.sun.star.io.XInputStreamProvider</type>
- <type>com.sun.star.lang.IllegalArgumentException</type>
- <type>com.sun.star.lang.XInitialization</type>
- <type>com.sun.star.lang.XMultiComponentFactory</type>
- <type>com.sun.star.lang.XServiceInfo</type>
- <type>com.sun.star.reflection.InvocationTargetException</type>
- <type>com.sun.star.script.CannotConvertException</type>
- <type>com.sun.star.script.ScriptEventDescriptor</type>
- <type>com.sun.star.script.XAllListener</type>
- <type>com.sun.star.script.XEventAttacher</type>
- <type>com.sun.star.script.XLibraryContainer</type>
- <type>com.sun.star.script.XScriptEventsAttacher</type>
- <type>com.sun.star.script.XScriptEventsSupplier</type>
- <type>com.sun.star.script.XScriptListener</type>
- <type>com.sun.star.uno.Exception</type>
- <type>com.sun.star.uno.RuntimeException</type>
- <type>com.sun.star.uno.XComponentContext</type>
- <type>com.sun.star.script.provider.XScript</type>
- <type>com.sun.star.script.provider.XScriptProvider</type>
- <type> com.sun.star.uri.XUriReference </type>
- <type> com.sun.star.uri.XUriReferenceFactory </type>
- <type> com.sun.star.uri.XVndSunStarScriptUrl </type>
- </component-description>
-
- <project-build-dependency>sfx2</project-build-dependency>
- <project-build-dependency>xmlscript</project-build-dependency>
- <project-build-dependency>cppuhelper</project-build-dependency>
- <project-build-dependency>cppu</project-build-dependency>
- <project-build-dependency>sal</project-build-dependency>
-
- <runtime-module-dependency>sfx2</runtime-module-dependency>
- <runtime-module-dependency>xmlscript</runtime-module-dependency>
- <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency>
- <runtime-module-dependency>cppu3</runtime-module-dependency>
- <runtime-module-dependency>sal3</runtime-module-dependency>
-
-</module-description>
diff --git a/scripting/source/protocolhandler/protocolhandler.xml b/scripting/source/protocolhandler/protocolhandler.xml
deleted file mode 100644
index 698e725..0000000
--- a/scripting/source/protocolhandler/protocolhandler.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name> ScriptProtocolHandler </module-name>
- <component-description>
- <author> Noel Power</author>
- <name> com.sun.star.frame.ProtocolHandler</name>
- <description>
- This component is part of the Scripting Framework
-</description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="com"/>
- <supported-service> com.sun.star.frame.ProtocolHandler </supported-service>
- <type> com.sun.star.frame.XDispatchProvider </type>
- <type> com.sun.star.frame.XNotifyingDispatch </type>
- <type> com.sun.star.lang.XServiceInfo </type>
- <type> com.sun.star.lang.XInitialization </type>
- <type> com.sun.star.io.IOException </type>
- <type> com.sun.star.uri.XUriReference </type>
- <type> com.sun.star.uri.XUriReferenceFactory </type>
- <type> com.sun.star.uri.XVndSunStarScriptUrl </type>
- </component-description>
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
- <runtime-module-dependency> cppuhelper2$(COM) </runtime-module-dependency>
- <runtime-module-dependency> cppu2 </runtime-module-dependency>
- <runtime-module-dependency> sal2 </runtime-module-dependency>
-</module-description>
diff --git a/scripting/source/provider/provider.xml b/scripting/source/provider/provider.xml
deleted file mode 100644
index b0126a6..0000000
--- a/scripting/source/provider/provider.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name> ScriptProvider </module-name>
- <component-description>
- <author> Noel Power</author>
- <name> com.sun.star.script.provider.ScriptProvider </name>
- <description>
- This component is part of the Scripting Framework
-</description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="drafts"/>
- <supported-service> com.sun.star.script.provider.ScriptProvider </supported-service>
- <type> com.sun.star.beans.XPropertySet </type>
- <type> com.sun.star.uno.Exception </type>
- <type> com.sun.star.io.IOException </type>
- <type> com.sun.star.io.XStream </type>
- <type> com.sun.star.script.provider.XScript </type>
- <type> com.sun.star.script.provider.XScriptProvider </type>
- <type> com.sun.star.script.browse.XBrowseNode </type>
- <type> com.sun.star.script.browse.BrowseNodeTypes </type>
- <type> com.sun.star.uri.XUriReference </type>
- <type> com.sun.star.uri.XUriReferenceFactory </type>
- <type> com.sun.star.uri.XVndSunStarScriptUrl </type>
-
- </component-description>
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
- <runtime-module-dependency> cppuhelper2$(COM) </runtime-module-dependency>
- <runtime-module-dependency> cppu2 </runtime-module-dependency>
- <runtime-module-dependency> sal2 </runtime-module-dependency>
-</module-description>
diff --git a/scripting/source/stringresource/stringresource.xml b/scripting/source/stringresource/stringresource.xml
deleted file mode 100644
index 70bdc3e..0000000
--- a/scripting/source/stringresource/stringresource.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
-
- <module-name>stringresource</module-name>
-
- <component-description>
- <author>Andreas Bregas</author>
- <name>com.sun.star.comp.scripting.StringResource</name>
- <description>string resource</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="drafts"/>
- <supported-service>com.sun.star.resource.StringResource</supported-service>
- <supported-service>com.sun.star.resource.StringResourceWithLocation</supported-service>
- <supported-service>com.sun.star.resource.StringResourceWithStorage</supported-service>
- <type>com.sun.star.resource.XStringResourceWithStorage</type>
- <type>com.sun.star.lang.IllegalArgumentException</type>
- <type>com.sun.star.lang.XInitialization</type>
- <type>com.sun.star.lang.XMultiComponentFactory</type>
- <type>com.sun.star.lang.XServiceInfo</type>
- <type>com.sun.star.uno.XComponentContext</type>
- <type>com.sun.star.ucb.XSimpleFileAccess3</type>
- <type>com.sun.star.io.XInputStream</type>
- </component-description>
-
- <project-build-dependency>cppuhelper</project-build-dependency>
- <project-build-dependency>cppu</project-build-dependency>
- <project-build-dependency>sal</project-build-dependency>
-
- <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency>
- <runtime-module-dependency>cppu3</runtime-module-dependency>
- <runtime-module-dependency>sal3</runtime-module-dependency>
- <runtime-module-dependency>ucb</runtime-module-dependency>
-
-</module-description>
diff --git a/scripting/source/vbaevents/vbaevents.xml b/scripting/source/vbaevents/vbaevents.xml
deleted file mode 100644
index 706f06b..0000000
--- a/scripting/source/vbaevents/vbaevents.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
- -->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
-
- <module-name>vbaevents</module-name>
-
- <component-description>
- <author>Noel Power </author>
- <name>ooo.vba.EventListener</name>
- <description>Event listener to handle ooo events and to translate them to calls to basic macros ala Button_Click etc.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="drafts"/>
- <supported-service>ooo.vba.EventListener</supported-service>
- <type>com.sun.star.uno.XComponentContext</type>
- </component-description>
-
- <project-build-dependency>cppuhelper</project-build-dependency>
- <project-build-dependency>cppu</project-build-dependency>
- <project-build-dependency>sal</project-build-dependency>
-
- <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency>
- <runtime-module-dependency>cppu3</runtime-module-dependency>
- <runtime-module-dependency>sal3</runtime-module-dependency>
-
-</module-description>
diff --git a/sfx2/util/sfx.xml b/sfx2/util/sfx.xml
deleted file mode 100644
index b188878..0000000
--- a/sfx2/util/sfx.xml
+++ /dev/null
@@ -1,99 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
- -->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
-
- <module-name> sfx </module-name>
-
- <component-description>
- <author> Dirk Voelzke </author>
- <name> com.sun.star.comp.sfx2.DocumentTemplates </name>
- <description>
- A service to access the document templates and to manipulate them.
- </description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="final"/>
- <supported-service> com.sun.star.frame.DocumentTemplates </supported-service>
- </component-description>
-
- <component-description>
- <author> Mathias Bauer </author>
- <name> com.sun.star.comp.office.FrameLoader </name>
- <description>
- Used to detect (means a deep detection) of content formats
- and to load it into a frame synchronously.
- </description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="final"/>
- <supported-service> com.sun.star.frame.SynchronousFrameLoader </supported-service>
- </component-description>
-
- <component-description>
- <author> Mathias Bauer </author>
- <name> com.sun.star.comp.sfx2.AppDispatchProvider </name>
- <description>
- AppDispatchProvider.
- </description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="final"/>
- <supported-service> com.sun.star.frame.ProtocolHandler </supported-service>
- </component-description>
-
- <component-description>
- <author> Mathias Bauer </author>
- <name> com.sun.star.comp.sfx2.SfxMacroLoader </name>
- <description>
- SfxMacroLoader.
- </description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="final"/>
- <supported-service> com.sun.star.frame.ProtocolHandler </supported-service>
- </component-description>
-
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
- <project-build-dependency> tools </project-build-dependency>
- <project-build-dependency> svtools </project-build-dependency>
- <project-build-dependency> toolkit </project-build-dependency>
- <project-build-dependency> sv </project-build-dependency>
- <project-build-dependency> comphelper </project-build-dependency>
- <project-build-dependency> unotools </project-build-dependency>
- <project-build-dependency> ucbhelper </project-build-dependency>
- <project-build-dependency> svl </project-build-dependency>
- <project-build-dependency> sot </project-build-dependency>
-
- <runtime-module-dependency> cppu2 </runtime-module-dependency>
- <runtime-module-dependency> cppuhelper </runtime-module-dependency>
- <runtime-module-dependency> sal2 </runtime-module-dependency>
- <runtime-module-dependency> tl </runtime-module-dependency>
- <runtime-module-dependency> svt </runtime-module-dependency>
- <runtime-module-dependency> svl </runtime-module-dependency>
- <runtime-module-dependency> tk </runtime-module-dependency>
- <runtime-module-dependency> sv </runtime-module-dependency>
- <runtime-module-dependency> comphelp2 </runtime-module-dependency>
- <runtime-module-dependency> utl </runtime-module-dependency>
- <runtime-module-dependency> ucb </runtime-module-dependency>
- <runtime-module-dependency> sot </runtime-module-dependency>
-
-</module-description>
diff --git a/solenv/src/default_description.xml b/solenv/src/default_description.xml
deleted file mode 100644
index 9ca9055..0000000
--- a/solenv/src/default_description.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name> XXX </module-name>
- <component-description>
- <author> automatic generated </author>
- <name> XXX </name>
- <description> no description yet. </description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="under_construction"/>
- <supported-service> XXX </supported-service>
- </component-description>
-</module-description>
-
diff --git a/starmath/xml/math.xml b/starmath/xml/math.xml
deleted file mode 100644
index 3798cc3..0000000
--- a/starmath/xml/math.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
- -->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>sm</module-name>
- <component-description>
- <author>Oliver Specht</author>
- <name>math.SmModel</name>
- <description>This component provides access to various settings of a formula.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.formula.FormulaProperties</supported-service>
- </component-description>
- <!-- XML-based filter: Math import components
- (full, styles, content, meta, settings)
- -->
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Math.XMLMetaImporter</name>
- <description>This component imports the meta.xml stream into a math document.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
- </component-description>
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Math.XMLImporter</name>
- <description>This component imports a single XML document stream into a math document.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
- </component-description>
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Math.XMLSettingsImporter</name>
- <description>This component imports the settings.xml stream into a math document.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
- </component-description>
- <!-- XML-based filter: Math export components
- (full, styles, content, meta, settings)
- -->
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Math.XMLMetaExporter</name>
- <description>This component exports the meta of a math document.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
- </component-description>
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Math.XMLExporter</name>
- <description>This component exports a math document into a single XML document stream.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
- </component-description>
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Math.XMLSettingsExporter</name>
- <description>This component exports a the settings of a math document.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
- </component-description>
- <component-description>
- <author>TL</author>
- <name>SmGraphicAccessible</name>
- <description>The accessible view of a formula documents visual representation.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.formula.AccessibleFormulaView</supported-service>
- </component-description>
- <component-description>
- <author>TL</author>
- <name>SmEditAccessible</name>
- <description>The accessible view of a formula documents command text.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.formula.AccessibleFormulaText</supported-service>
- </component-description>
-</module-description>
diff --git a/stoc/source/module-description.dtd b/stoc/source/module-description.dtd
deleted file mode 100644
index e2ab242..0000000
--- a/stoc/source/module-description.dtd
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
- -->
-
-<!ENTITY % component-description-optional "reference-docu|service-dependency|type">
-<!ENTITY % module-description-optional "project-build-dependency|runtime-module-dependency|(%component-description-optional;)">
-<!ELEMENT module-description (module-name, component-description*,(%module-description-optional;)* )>
-<!ELEMENT component-description (author,name,description,loader-name,language,status, supported-service+, (%component-description-optional;)* )>
-
-<!ELEMENT author (#PCDATA)>
-<!ELEMENT name (#PCDATA)>
-<!ELEMENT description (#PCDATA)>
-<!ELEMENT reference-docu EMPTY >
-<!ATTLIST reference-docu
- xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink/Namespace"
- xlink:type (simple) #FIXED "simple"
- xlink:href CDATA #REQUIRED
- xlink:role NMTOKEN #IMPLIED
- xlink:title CDATA #IMPLIED >
-
-<!ELEMENT module-name (#PCDATA)>
-<!ELEMENT loader-name (#PCDATA)>
-<!ELEMENT supported-service (#PCDATA)>
-<!ELEMENT service-dependency (#PCDATA)>
-<!ELEMENT project-build-dependency (#PCDATA)>
-<!ELEMENT runtime-module-dependency (#PCDATA)>
-<!ELEMENT language (#PCDATA)>
-<!ELEMENT status EMPTY >
-<!ATTLIST status value (under_construction | alpha | beta | final) #REQUIRED>
-<!ELEMENT type (#PCDATA)>
diff --git a/svtools/prj/svtools.xml b/svtools/prj/svtools.xml
deleted file mode 100644
index a85c534..0000000
--- a/svtools/prj/svtools.xml
+++ /dev/null
@@ -1,139 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>svtools</module-name>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.svtools.AccessibleBrowseBox</name>
- <description>BrowseBox...</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.svtools.AccessibleBrowseBoxHeaderBar</name>
- <description>BrowseBoxHeaderBar...</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.svtools.AccessibleBrowseBoxHeaderBar</name>
- <description>BrowseBoxHeaderBar...</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.svtools.AccessibleBrowseBoxHeaderCell</name>
- <description>BrowseBoxHeaderCell...</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.svtools.AccessibleBrowseBoxTable</name>
- <description>BrowseBoxTable...</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.svtools.AccessibleBrowseBoxTableCell</name>
- <description>eBrowseBoxTableCell...</description>
... etc. - the rest is truncated
More information about the Libreoffice-commits
mailing list