summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-09-03 10:04:14 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-05 21:01:46 +0200
commitbd0ed13efccc6db2e5db8412ae79709343503c60 (patch)
tree8fb3d66bb3c342275bcac81cda6e04f5357d2fba /odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java
parent110e43cc1b4f864aac2b5bd0da1fa6d0ffbb81fc (diff)
Java cleanup, make package name match filter name
Change-Id: I49ac6732650663a33bdc55a22e2870c47c1c509a
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java2
1 files changed, 1 insertions, 1 deletions
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;