summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-12-12 10:24:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-12-12 10:27:41 +0100
commita9916dabb48df8ea857ce6b255563e31352988a8 (patch)
tree55d3603ac9a9349a7ea4fc5b7a7ba35c33b416d3 /svx
parent32ca77577f781010aa4549016adaebff1a5a3624 (diff)
Remove xml2cmp leftovers
Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893
Diffstat (limited to 'svx')
-rw-r--r--svx/xml/AccessibleControlShape.xml57
-rw-r--r--svx/xml/AccessibleEditableTextPara.xml54
-rw-r--r--svx/xml/AccessibleGraphicShape.xml58
-rw-r--r--svx/xml/AccessibleImageBullet.xml51
-rw-r--r--svx/xml/AccessibleOLEShape.xml58
-rw-r--r--svx/xml/AccessibleShape.xml56
-rw-r--r--svx/xml/SvxDrawPage.xml33
-rw-r--r--svx/xml/SvxGraphCtrlAccessibleContext.xml36
-rw-r--r--svx/xml/SvxGraphicExporter.xml33
-rw-r--r--svx/xml/SvxGraphicObject.xml33
-rw-r--r--svx/xml/SvxShape.xml33
-rw-r--r--svx/xml/SvxShapeCircle.xml33
-rw-r--r--svx/xml/SvxShapeCollection.xml33
-rw-r--r--svx/xml/SvxShapeConnector.xml33
-rw-r--r--svx/xml/SvxShapeControl.xml33
-rw-r--r--svx/xml/SvxShapeDimensioning.xml33
-rw-r--r--svx/xml/SvxShapeGroup.xml33
-rw-r--r--svx/xml/SvxShapePolyPolygon.xml33
-rw-r--r--svx/xml/SvxShapePolyPolygonBezier.xml33
-rw-r--r--svx/xml/SvxUnoNumberingRules.xml33
-rw-r--r--svx/xml/SvxUnoText.xml33
-rw-r--r--svx/xml/SvxUnoTextContent.xml33
-rw-r--r--svx/xml/SvxUnoTextContentEnum.xml33
-rw-r--r--svx/xml/SvxUnoTextCursor.xml33
-rw-r--r--svx/xml/SvxUnoTextField.xml33
-rw-r--r--svx/xml/SvxUnoTextRange.xml33
-rw-r--r--svx/xml/SvxUnoTextRangeEnumeration.xml33
27 files changed, 0 insertions, 1030 deletions
diff --git a/svx/xml/AccessibleControlShape.xml b/svx/xml/AccessibleControlShape.xml
deleted file mode 100644
index 20eb30059b14..000000000000
--- a/svx/xml/AccessibleControlShape.xml
+++ /dev/null
@@ -1,57 +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>svx</module-name>
-<component-description>
-
-<author>Andre Fischer</author>
-<name>AccessibleControlShape</name>
-
-<description>This component represents the accessbility object of control
-shapes. This is an accessible object where the accessible context is
-implemented by another object. Furthermore, this context may be replaced by
-another during runtime. For more detailed information see the documentation
-of the supported services and the link to the general accessibility
-documentation.</description>
-
-<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
-title="Link to a general description of UNO accessibility"/>
-
-<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
-<language>c++</language>
-<status value="alpha"/>
-
-<supported-service>com.sun.star.drawing.AccessibleShape</supported-service>
-<supported-service>com.sun.star.accessibility.Accessible</supported-service>
-<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
-
-<type>com.sun.star.accessibility.XAccessible</type>
-<type>com.sun.star.accessibility.XAccessibleContext</type>
-<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
-<type>com.sun.star.accessibility.XAccessibleComponent</type>
-<type>com.sun.star.accessibility.XAccessibleExtendedComponent</type>
-<type>com.sun.star.lang.XTypeProvider</type>
-<type>com.sun.star.lang.XServiceInfo</type>
-<type>com.sun.star.lang.XComponent</type>
-<type>com.sun.star.document.XEventListener</type>
-<type>com.sun.star.lang.XUnoTunnel</type>
-
-</component-description>
-</module-description>
diff --git a/svx/xml/AccessibleEditableTextPara.xml b/svx/xml/AccessibleEditableTextPara.xml
deleted file mode 100644
index 59f890c3b0b8..000000000000
--- a/svx/xml/AccessibleEditableTextPara.xml
+++ /dev/null
@@ -1,54 +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>svx</module-name>
-<component-description>
-
-<author>Andre Fischer</author>
-<name>AccessibleEditableTextPara</name>
-
-<description>This component represents the accessbility object for an
-editable text paragraph. For more detailed
-information see the documentation of the supported services and the link
-to the general accessibility documentation.</description>
-
-<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
-title="Link to a general description of UNO accessibility"/>
-
-<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
-<language>c++</language>
-<status value="alpha"/>
-
-<supported-service>com.sun.star.text.AccessibleParagraphView</supported-service>
-<supported-service>com.sun.star.accessibility.Accessible</supported-service>
-<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
-
-<type>com.sun.star.accessibility.XAccessible</type>
-<type>com.sun.star.accessibility.XAccessibleContext</type>
-<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
-<type>com.sun.star.accessibility.XAccessibleComponent</type>
-<type>com.sun.star.accessibility.XAccessibleEditableText</type>
-<type>com.sun.star.accessibility.XAccessibleHyperext</type>
-<type>com.sun.star.accessibility.XAccessibleTextAttributes</type>
-<type>com.sun.star.lang.XTypeProvider</type>
-<type>com.sun.star.lang.XServiceInfo</type>
-
-</component-description>
-</module-description>
diff --git a/svx/xml/AccessibleGraphicShape.xml b/svx/xml/AccessibleGraphicShape.xml
deleted file mode 100644
index 72105b7fdd93..000000000000
--- a/svx/xml/AccessibleGraphicShape.xml
+++ /dev/null
@@ -1,58 +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>svx</module-name>
-<component-description>
-
-<author>Andre Fischer</author>
-<name>AccessibleGraphicShape</name>
-
-<description>Derived from AccessibleShape this component supports the
-additional com.sun.star.accessibility.XAccessibleImage interface in
-order to supply more detailed information about accessible images. For more
-detailed information see the documentation of the base component
-AccessibleShape, the supported services, and the link to the general
-accessibility documentation.</description>
-
-<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
-title="Link to a general description of UNO accessibility"/>
-
-<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
-<language>c++</language>
-<status value="alpha"/>
-
-<supported-service>com.sun.star.drawing.AccessibleShape</supported-service>
-<supported-service>com.sun.star.accessibility.Accessible</supported-service>
-<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
-
-<type>com.sun.star.accessibility.XAccessible</type>
-<type>com.sun.star.accessibility.XAccessibleContext</type>
-<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
-<type>com.sun.star.accessibility.XAccessibleComponent</type>
-<type>com.sun.star.accessibility.XAccessibleExtendedComponent</type>
-<type>com.sun.star.accessibility.XAccessibleImage</type>
-<type>com.sun.star.lang.XTypeProvider</type>
-<type>com.sun.star.lang.XServiceInfo</type>
-<type>com.sun.star.lang.XComponent</type>
-<type>com.sun.star.document.XEventListener</type>
-<type>com.sun.star.lang.XUnoTunnel</type>
-
-</component-description>
-</module-description>
diff --git a/svx/xml/AccessibleImageBullet.xml b/svx/xml/AccessibleImageBullet.xml
deleted file mode 100644
index ecc67531cfa4..000000000000
--- a/svx/xml/AccessibleImageBullet.xml
+++ /dev/null
@@ -1,51 +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>svx</module-name>
-<component-description>
-
-<author>Andre Fischer</author>
-<name>AccessibleImageBullet</name>
-
-<description>This component represents the accessbility object for an
-image bullet within a text paragraph. For more detailed
-information see the documentation of the supported services and the link
-to the general accessibility documentation.</description>
-
-<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
-title="Link to a general description of UNO accessibility"/>
-
-<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
-<language>c++</language>
-<status value="alpha"/>
-
-<supported-service>com.sun.star.text.AccessibleImageBullet</supported-service>
-<supported-service>com.sun.star.accessibility.Accessible</supported-service>
-<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
-
-<type>com.sun.star.accessibility.XAccessible</type>
-<type>com.sun.star.accessibility.XAccessibleContext</type>
-<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
-<type>com.sun.star.accessibility.XAccessibleComponent</type>
-<type>com.sun.star.lang.XTypeProvider</type>
-<type>com.sun.star.lang.XServiceInfo</type>
-
-</component-description>
-</module-description>
diff --git a/svx/xml/AccessibleOLEShape.xml b/svx/xml/AccessibleOLEShape.xml
deleted file mode 100644
index 3877a38eba96..000000000000
--- a/svx/xml/AccessibleOLEShape.xml
+++ /dev/null
@@ -1,58 +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>svx</module-name>
-<component-description>
-
-<author>Andre Fischer</author>
-<name>AccessibleOLEShape</name>
-
-<description>Derived from AccessibleShape this component supports the
-additional com.sun.star.accessibility.XAccessibleAction interface in
-order to supply more detailed information about accessible OLE shapes. For
-more detailed information see the documentation of the base component
-AccessibleShape, the supported services, and the link to the general
-accessibility documentation.</description>
-
-<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
-title="Link to a general description of UNO accessibility"/>
-
-<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
-<language>c++</language>
-<status value="alpha"/>
-
-<supported-service>com.sun.star.drawing.AccessibleShape</supported-service>
-<supported-service>com.sun.star.accessibility.Accessible</supported-service>
-<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
-
-<type>com.sun.star.accessibility.XAccessible</type>
-<type>com.sun.star.accessibility.XAccessibleContext</type>
-<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
-<type>com.sun.star.accessibility.XAccessibleComponent</type>
-<type>com.sun.star.accessibility.XAccessibleExtendedComponent</type>
-<type>com.sun.star.accessibility.XAccessibleAction</type>
-<type>com.sun.star.lang.XTypeProvider</type>
-<type>com.sun.star.lang.XServiceInfo</type>
-<type>com.sun.star.lang.XComponent</type>
-<type>com.sun.star.document.XEventListener</type>
-<type>com.sun.star.lang.XUnoTunnel</type>
-
-</component-description>
-</module-description>
diff --git a/svx/xml/AccessibleShape.xml b/svx/xml/AccessibleShape.xml
deleted file mode 100644
index 4a1e263254e7..000000000000
--- a/svx/xml/AccessibleShape.xml
+++ /dev/null
@@ -1,56 +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>svx</module-name>
-<component-description>
-
-<author>Andre Fischer</author>
-<name>AccessibleShape</name>
-
-<description>This component represents the accessbility object of generic
-shapes. There is a list of derived components that are used for special
-shapes and which support additional interfaces. For more detailed
-information see the documentation of the supported services and the link
-to the general accessibility documentation.</description>
-
-<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
-title="Link to a general description of UNO accessibility"/>
-
-<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
-<language>c++</language>
-<status value="alpha"/>
-
-<supported-service>com.sun.star.drawing.AccessibleShape</supported-service>
-<supported-service>com.sun.star.accessibility.Accessible</supported-service>
-<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
-
-<type>com.sun.star.accessibility.XAccessible</type>
-<type>com.sun.star.accessibility.XAccessibleContext</type>
-<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
-<type>com.sun.star.accessibility.XAccessibleComponent</type>
-<type>com.sun.star.accessibility.XAccessibleExtendedComponent</type>
-<type>com.sun.star.lang.XTypeProvider</type>
-<type>com.sun.star.lang.XServiceInfo</type>
-<type>com.sun.star.lang.XComponent</type>
-<type>com.sun.star.document.XEventListener</type>
-<type>com.sun.star.lang.XUnoTunnel</type>
-
-</component-description>
-</module-description>
diff --git a/svx/xml/SvxDrawPage.xml b/svx/xml/SvxDrawPage.xml
deleted file mode 100644
index 7884a65af5c2..000000000000
--- a/svx/xml/SvxDrawPage.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxDrawPage</name>
- <description>
- This component implements the basic functionality for a drawing page
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com::sun::star::drawing::DrawPage</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxGraphCtrlAccessibleContext.xml b/svx/xml/SvxGraphCtrlAccessibleContext.xml
deleted file mode 100644
index 13c4135b37a8..000000000000
--- a/svx/xml/SvxGraphCtrlAccessibleContext.xml
+++ /dev/null
@@ -1,36 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.ui.SvxGraphCtrlAccessibleContext</name>
- <description>
- This component implements the basic accessibility context to a GraphControl. A GraphControl displays
- a drawing-layer model, for example in the ImageMap dialog.
-</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>
- <supported-service>::com::sun::star::drawing::AccessibleGraphControl</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxGraphicExporter.xml b/svx/xml/SvxGraphicExporter.xml
deleted file mode 100644
index 7db1ef7ae705..000000000000
--- a/svx/xml/SvxGraphicExporter.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.Draw.GraphicExporter</name>
- <description>
- this Component implements a com.sun.star.drawing.GraphicExportFilter service.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.GraphicExportFilter</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxGraphicObject.xml b/svx/xml/SvxGraphicObject.xml
deleted file mode 100644
index 40d1c157b3d4..000000000000
--- a/svx/xml/SvxGraphicObject.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxGraphicObject</name>
- <description>
- This component provides access to a graphic object.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.GraphicObjectShape</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxShape.xml b/svx/xml/SvxShape.xml
deleted file mode 100644
index 8b6f59f69131..000000000000
--- a/svx/xml/SvxShape.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxShape</name>
- <description>
- This component provides access to a basic shape.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.TextShape</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxShapeCircle.xml b/svx/xml/SvxShapeCircle.xml
deleted file mode 100644
index b228afffd4b9..000000000000
--- a/svx/xml/SvxShapeCircle.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxShapeCircle</name>
- <description>
- This component provides access to a circle shape.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.EllipseShape</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxShapeCollection.xml b/svx/xml/SvxShapeCollection.xml
deleted file mode 100644
index 0d828c3ed742..000000000000
--- a/svx/xml/SvxShapeCollection.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxShapeCollection</name>
- <description>
- This component provides to a collection of shapes.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.Shapes</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxShapeConnector.xml b/svx/xml/SvxShapeConnector.xml
deleted file mode 100644
index 28327d72418d..000000000000
--- a/svx/xml/SvxShapeConnector.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxShapeConnector</name>
- <description>
- This component provides to a connector shape.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.ConnectorShape</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxShapeControl.xml b/svx/xml/SvxShapeControl.xml
deleted file mode 100644
index 9588a4b42e15..000000000000
--- a/svx/xml/SvxShapeControl.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxShapeControl</name>
- <description>
- This component provides access to a control shape.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.ControlShape</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxShapeDimensioning.xml b/svx/xml/SvxShapeDimensioning.xml
deleted file mode 100644
index 1d8bf0cce279..000000000000
--- a/svx/xml/SvxShapeDimensioning.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxShapeDimensioning</name>
- <description>
- This component provides access to a dimensioning shape.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.MeasureShape</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxShapeGroup.xml b/svx/xml/SvxShapeGroup.xml
deleted file mode 100644
index 62f76eff64f4..000000000000
--- a/svx/xml/SvxShapeGroup.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxShapeGroup</name>
- <description>
- This component provides a group shape.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.GroupShape</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxShapePolyPolygon.xml b/svx/xml/SvxShapePolyPolygon.xml
deleted file mode 100644
index 1f5b84ba7618..000000000000
--- a/svx/xml/SvxShapePolyPolygon.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxShapePolyPolygon</name>
- <description>
- This component provides a poly polygon shape.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.PolyPolygonShape</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxShapePolyPolygonBezier.xml b/svx/xml/SvxShapePolyPolygonBezier.xml
deleted file mode 100644
index e5eba2bbd209..000000000000
--- a/svx/xml/SvxShapePolyPolygonBezier.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxShapePolyPolygonBezier</name>
- <description>
- This component provides access to a poly polygon bezier shape.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com::sun::star::drawing::PolyPolygonBezierShape</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxUnoNumberingRules.xml b/svx/xml/SvxUnoNumberingRules.xml
deleted file mode 100644
index a3d314367b4d..000000000000
--- a/svx/xml/SvxUnoNumberingRules.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxUnoNumberingRules</name>
- <description>
- This component provides access to a anumbering rule
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com::sun::star::text::NumberingRules</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxUnoText.xml b/svx/xml/SvxUnoText.xml
deleted file mode 100644
index d02096677ef1..000000000000
--- a/svx/xml/SvxUnoText.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxUnoText</name>
- <description>
- This component provides access to the text based on the edit engine or the outliner.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com::sun::star::text::Text</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxUnoTextContent.xml b/svx/xml/SvxUnoTextContent.xml
deleted file mode 100644
index 1338c19af590..000000000000
--- a/svx/xml/SvxUnoTextContent.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxUnoTextContent</name>
- <description>
- This component provides access to the paragraph contend inside the text of an edit engine or outliner.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com::sun::star::text::Paragraph</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxUnoTextContentEnum.xml b/svx/xml/SvxUnoTextContentEnum.xml
deleted file mode 100644
index 7df5860d4532..000000000000
--- a/svx/xml/SvxUnoTextContentEnum.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxUnoTextContentEnum</name>
- <description>
- This component provides access to the paragraph insides an edit engine or outliner
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com::sun::star::container::XEnumeration</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxUnoTextCursor.xml b/svx/xml/SvxUnoTextCursor.xml
deleted file mode 100644
index 3a8ae2722f57..000000000000
--- a/svx/xml/SvxUnoTextCursor.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxUnoTextCursor</name>
- <description>
- This component provides an implementation of a text cursor for the edit engine or outliner.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com::sun::star::text::TextCursor</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxUnoTextField.xml b/svx/xml/SvxUnoTextField.xml
deleted file mode 100644
index 78b75f4b223f..000000000000
--- a/svx/xml/SvxUnoTextField.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxUnoTextField</name>
- <description>
- This component provides access to a text field text content for edit engine and outliner
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com::sun::star::text::TextField</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxUnoTextRange.xml b/svx/xml/SvxUnoTextRange.xml
deleted file mode 100644
index 0b502142dedc..000000000000
--- a/svx/xml/SvxUnoTextRange.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxUnoTextRange</name>
- <description>
- This component provides access to a simple text range in an edit engine or outliner.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com::sun::star::text::TextRange</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxUnoTextRangeEnumeration.xml b/svx/xml/SvxUnoTextRangeEnumeration.xml
deleted file mode 100644
index 07ff7361c3cb..000000000000
--- a/svx/xml/SvxUnoTextRangeEnumeration.xml
+++ /dev/null
@@ -1,33 +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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxUnoTextRangeEnumeration</name>
- <description>
- This component provides access to an enumeration of text ranges.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.text.TextPortionEnumeration</supported-service>
- </component-description>
-</module-description>