summaryrefslogtreecommitdiffstats
path: root/odk/examples/DevelopersGuide/GUI/SystemDialog.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/GUI/SystemDialog.java')
-rw-r--r--odk/examples/DevelopersGuide/GUI/SystemDialog.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/GUI/SystemDialog.java b/odk/examples/DevelopersGuide/GUI/SystemDialog.java
index bad6a8f0db9f..1c1de4364cf8 100644
--- a/odk/examples/DevelopersGuide/GUI/SystemDialog.java
+++ b/odk/examples/DevelopersGuide/GUI/SystemDialog.java
@@ -92,7 +92,7 @@ public class SystemDialog {
xFilePicker.setDisplayDirectory(sTemplateUrl);
// set the filters of the dialog. The filternames may be retrieved from
- // http://wiki.services.openoffice.org/wiki/Framework/Article/Filter
+ // http://wiki.openoffice.org/wiki/Framework/Article/Filter
XFilterManager xFilterManager = UnoRuntime.queryInterface(XFilterManager.class, xFilePicker);
xFilterManager.appendFilter("OpenDocument Text Template", "writer8_template");
xFilterManager.appendFilter("OpenDocument Text", "writer8");