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

Java cleanup, make package name match filter name

Change-Id: I49ac6732650663a33bdc55a22e2870c47c1c509a
üst 110e43cc
......@@ -32,7 +32,7 @@
*
*************************************************************************/
package OfficeDev.samples.Filter;
package FilterDevelopment.AsciiFilter;
import com.sun.star.lib.uno.helper.Factory;
import com.sun.star.lib.uno.helper.WeakBase;
......
......@@ -32,7 +32,7 @@
*
*************************************************************************/
package OfficeDev.samples.Filter;
package FilterDevelopment.AsciiFilter;
import com.sun.star.uno.AnyConverter;
import com.sun.star.beans.PropertyValue;
......
<?xml version="1.0" encoding="UTF-8"?>
<components xmlns="http://openoffice.org/2010/uno-components">
<component loader="com.sun.star.loader.Java2" uri="SampleFilter.uno.jar">
<implementation name="OfficeDev.samples.Filter.AsciiReplaceFilter$_AsciiReplaceFilter">
<implementation name="FilterDevelopment.AsciiFilter.AsciiReplaceFilter$_AsciiReplaceFilter">
<service name="com.sun.star.comp.ansifilter.AsciiReplaceFilter"/>
<service name="com.sun.star.document.ImportFilter"/>
<service name="com.sun.star.document.ExportFilter"/>
......
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