Java cleanup, make package name match folder name

Change-Id: I4d472f088a370ea99beb621d1b1fd722a9f6f144
This commit is contained in:
Noel Grandin
2012-09-03 14:04:31 +02:00
committed by Michael Stahl
parent 39b6fc96fc
commit cd0308ba9c
5 changed files with 2 additions and 14 deletions

View File

@ -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