Kaydet (Commit) cd0308ba authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Michael Stahl

Java cleanup, make package name match folder name

Change-Id: I4d472f088a370ea99beb621d1b1fd722a9f6f144
üst 39b6fc96
......@@ -16,8 +16,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
package org.openoffice.examples.embedding;
import java.awt.*;
import java.awt.event.*;
import java.awt.image.*;
......@@ -26,8 +24,6 @@ import javax.swing.JFrame;
import java.io.*;
import javax.imageio.ImageIO;
import org.openoffice.examples.embedding.OwnEmbeddedObject;
public class EditorFrame extends JFrame
{
OwnEmbeddedObject m_aEmbObj;
......
......@@ -59,7 +59,7 @@ COMP_UNOPKG_MANIFEST = $(COMP_GEN_OUT)/META-INF/manifest.xml
COMP_REGISTERFLAG=$(COMP_GEN_OUT)$(PS)java_$(COMP_NAME)_register_component.flag
COMP_COMPONENTS=$(COMP_NAME).components
PACKAGE = org/openoffice/examples/embedding
PACKAGE =
COMP_JAVAFILES =\
OwnEmbeddedObject.java\
......
<?xml version="1.0" encoding="UTF-8"?>
<components xmlns="http://openoffice.org/2010/uno-components">
<component loader="com.sun.star.loader.Java2" uri="OwnEmbeddedObject.uno.jar">
<implementation name="org.openoffice.examples.embedding.OwnEmbeddedObjectFactory">
<implementation name="OwnEmbeddedObjectFactory">
<service name="org.openoffice.examples.embedding.Factory69474366FD6F480683748EDD1B6E771D"/>
</implementation>
</component>
......
......@@ -16,8 +16,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
package org.openoffice.examples.embedding;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XComponentContext;
import com.sun.star.lang.XMultiComponentFactory;
......@@ -42,8 +40,6 @@ import java.awt.Dimension;
import java.lang.Integer;
import org.omg.CORBA.COMM_FAILURE;
import org.openoffice.examples.embedding.EditorFrame;
public final class OwnEmbeddedObject extends WeakBase
implements com.sun.star.embed.XEmbedPersist,
com.sun.star.embed.XEmbeddedObject
......
......@@ -16,8 +16,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
package org.openoffice.examples.embedding;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XComponentContext;
import com.sun.star.lib.uno.helper.Factory;
......@@ -29,8 +27,6 @@ import com.sun.star.lang.IllegalArgumentException;
import com.sun.star.embed.*;
import org.openoffice.examples.embedding.OwnEmbeddedObject;
public final class OwnEmbeddedObjectFactory extends WeakBase
implements com.sun.star.lang.XServiceInfo,
com.sun.star.embed.XEmbedObjectFactory
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment