diff options
author | Noel Grandin <noel@peralex.com> | 2012-09-03 10:04:14 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-05 21:01:46 +0200 |
commit | bd0ed13efccc6db2e5db8412ae79709343503c60 (patch) | |
tree | 8fb3d66bb3c342275bcac81cda6e04f5357d2fba /odk | |
parent | 110e43cc1b4f864aac2b5bd0da1fa6d0ffbb81fc (diff) |
Java cleanup, make package name match filter name
Change-Id: I49ac6732650663a33bdc55a22e2870c47c1c509a
Diffstat (limited to 'odk')
3 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java index 9a8bad5e183c..fd2674d32630 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java +++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java @@ -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; diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java index 013f93a304f5..b7e560e83506 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java +++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java @@ -32,7 +32,7 @@ * *************************************************************************/ -package OfficeDev.samples.Filter; +package FilterDevelopment.AsciiFilter; import com.sun.star.uno.AnyConverter; import com.sun.star.beans.PropertyValue; diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/SampleFilter.components b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/SampleFilter.components index f288f7e9497d..6b2545df9226 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/SampleFilter.components +++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/SampleFilter.components @@ -1,7 +1,7 @@ <?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"/> |