summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qadevOOo/runner/base/java_complex.java2
-rw-r--r--sd/source/ui/view/drviews2.cxx2
-rw-r--r--svgio/source/svgreader/svgstylenode.cxx2
-rw-r--r--xmlhelp/source/cxxhelp/provider/urlparameter.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/base/java_complex.java b/qadevOOo/runner/base/java_complex.java
index 9e61c5c5f9ae..e0f6b796732a 100644
--- a/qadevOOo/runner/base/java_complex.java
+++ b/qadevOOo/runner/base/java_complex.java
@@ -40,7 +40,7 @@ public class java_complex implements TestBase
/**
* This function executes the complex tests given as parameter "-o" or "TestJob". It queries for the correspond class
- * and crates the JobDescription.
+ * and creates the JobDescription.
* @return true of all tests run successfully, else false
*/
public boolean executeTest(TestParameters param)
diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx
index 349958309385..40ade045b23e 100644
--- a/sd/source/ui/view/drviews2.cxx
+++ b/sd/source/ui/view/drviews2.cxx
@@ -359,7 +359,7 @@ public:
class ClassificationInserter : public ClassificationCommon
{
private:
- /// Delete the previous existing classification object(s) - if they exists
+ /// Delete the previous existing classification object(s) - if they exist
void deleteExistingObjects()
{
OUString sKey = m_aKeyCreator.makeCategoryNameKey();
diff --git a/svgio/source/svgreader/svgstylenode.cxx b/svgio/source/svgreader/svgstylenode.cxx
index c909586724f5..281bab937bb2 100644
--- a/svgio/source/svgreader/svgstylenode.cxx
+++ b/svgio/source/svgreader/svgstylenode.cxx
@@ -127,7 +127,7 @@ namespace svgio
// which is just the space-char cleaned, concatenated Selectors. The part to 'match'
// these is in fillCssStyleVectorUsingHierarchyAndSelectors. There, the same string is
// built up using the priorities of local CssStyle, Id, Class and other info combined
- // with the existing hierarchy. This creates a specificity- and priority-sorted local
+ // with the existing hierarchy. This creates a specificity and priority-sorted local
// list for each node which is then chained using get/setCssStyleParent.
// The current solution is capable of solving space-separated selectors which can be
// mixed between Id, Class and type specifiers.
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
index 8ed8f80a1c69..8707e3a478b2 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
@@ -515,7 +515,7 @@ bool URLParameter::query()
else if( parameter == "Active" )
m_aActive = value;
else if( parameter == "Version" )
- ; // ignored (but accepted) in the build-in help, useful only for the online help
+ ; // ignored (but accepted) in the built-in help, useful only for the online help
else
ret = false;
}