diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java
index a63767f6a99a..360a3ac3a09c 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaExporter.java
@@ -40,7 +40,7 @@ import com.sun.star.xml.sax.XDocumentHandler;
/**
* Test for object which is represented by service
- * com.sun.star.comp.Impress.XMLMetaExporter
.
+ * com.sun.star.comp.Impress.XMLOasisMetaExporter
.
* Object implements the following interfaces : *
com::sun::star::lang::XInitialization
com.sun.star.comp.Impress.XMLMetaExporter
with
+ * com.sun.star.comp.Impress.XMLOasisMetaExporter
with
* argument which is an implementation of XDocumentHandler
* and which can check if required tags and character data is
* exported.
@@ -118,7 +118,7 @@ public class XMLMetaExporter extends TestCase {
final String NAME = "XMLMetaExporter";
oObj = (XInterface) xMSF.createInstanceWithArguments(
- "com.sun.star.comp.Impress.XMLMetaExporter",
+ "com.sun.star.comp.Impress.XMLOasisMetaExporter",
new Object[]{arg});
XExporter xEx = UnoRuntime.queryInterface(XExporter.class,oObj);
xEx.setSourceDocument(xImpressDoc);
diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx
index 417aac6d75c2..cbeb6a6b4096 100644
--- a/xmloff/source/draw/sdxmlexp.cxx
+++ b/xmloff/source/draw/sdxmlexp.cxx
@@ -2653,14 +2653,6 @@ com_sun_star_comp_Impress_XMLContentExporter_get_implementation(
| SvXMLExportFlags::FONTDECLS));
}
-extern "C" SAL_DLLPUBLIC_EXPORT uno::XInterface*
-com_sun_star_comp_Impress_XMLMetaExporter_get_implementation(
- uno::XComponentContext* pCtx, uno::Sequence