summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide')
-rw-r--r--odk/examples/DevelopersGuide/Forms/DocumentViewHelper.java2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java6
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java2
4 files changed, 6 insertions, 6 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/DocumentViewHelper.java b/odk/examples/DevelopersGuide/Forms/DocumentViewHelper.java
index bc1898d618ce..771b22784d6d 100644
--- a/odk/examples/DevelopersGuide/Forms/DocumentViewHelper.java
+++ b/odk/examples/DevelopersGuide/Forms/DocumentViewHelper.java
@@ -95,7 +95,7 @@ class DocumentViewHelper
XDispatchProvider.class, xController.getFrame() );
if ( null != xProvider )
{
- // need an URLTransformer
+ // need a URLTransformer
XURLTransformer xTransformer = UnoRuntime.queryInterface(
XURLTransformer.class, m_orb.createInstance( "com.sun.star.util.URLTransformer" ) );
xTransformer.parseStrict( aURL );
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
index 030c8f9b6ede..1182745bb968 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
@@ -65,7 +65,7 @@ public class FunctionHelper
/**
- * This convert an URL (formatted as a string) to a struct com.sun.star.util.URL.
+ * This convert a URL (formatted as a string) to a struct com.sun.star.util.URL.
* It use a special service to do that: the URLTransformer.
* Because some API calls need it and it's not allowed to set "Complete"
* part of the util struct only. The URL must be parsed.
@@ -425,7 +425,7 @@ public class FunctionHelper
/**
- * Dispatch an URL to given frame.
+ * Dispatch a URL to given frame.
* Caller can register himself for following status events for dispatched
* URL too. But nobody guarantee that such notifications will occur.
* (see dispatchWithNotification() if you interest on that)
@@ -494,7 +494,7 @@ public class FunctionHelper
/**
- * Load document specified by an URL into given frame synchronously.
+ * Load document specified by a URL into given frame synchronously.
* The result of this operation will be the loaded document for success
* or null if loading failed.
*
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
index e9fa03afdec0..69c51f62cefd 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
@@ -316,7 +316,7 @@ public class AsciiReplaceFilter
/**
* Implements the real filter method. We detect if it must be an import or an export.
* Depends on that we use an existing stream (given inside the MediaDescriptor)
- * or open it by using an URL (must be a part of the descriptor too).
+ * or open it by using a URL (must be a part of the descriptor too).
*
* @param lDescriptor
* the MediaDescriptor which describes the document
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java
index 3a233957b240..18c45da85b79 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java
@@ -44,7 +44,7 @@ import com.sun.star.uno.UnoRuntime;
@title helper to analyze necessary option properties of our filter
@description Our filter needs some necessary properties for working:
- a stream for input or output
- - or an URL for creating such streams
+ - or a URL for creating such streams
- information about required action on filtering
@attention This class mustn't be threadsafe - because instances of it