summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs2
-rw-r--r--officecfg/registry/schema/org/openoffice/VCL.xcs2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScModelObj.java2
-rw-r--r--sc/inc/tokenarray.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
index 8233544d1654..77093f0247e0 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs
@@ -495,7 +495,7 @@
<!-- UIHints: Tools - Options - General - Language -->
<info>
<desc>Allows for automatic insertion of soft hyphens.</desc>
- <label>Automatic hyphention.</label>
+ <label>Automatic hyphenation.</label>
</info>
<value>false</value>
</prop>
diff --git a/officecfg/registry/schema/org/openoffice/VCL.xcs b/officecfg/registry/schema/org/openoffice/VCL.xcs
index 7c9a567b4ce5..138a6a88844e 100644
--- a/officecfg/registry/schema/org/openoffice/VCL.xcs
+++ b/officecfg/registry/schema/org/openoffice/VCL.xcs
@@ -69,7 +69,7 @@
</group>
<group oor:name="ExtraLanguage">
<info>
- <desc>Specifies an extenisble list of languages that should be added to the various language selection lists</desc>
+ <desc>Specifies an extensible list of languages that should be added to the various language selection lists</desc>
</info>
<prop oor:name="Name" oor:type="xs:string" oor:nillable="false" oor:localized="true">
<info>
diff --git a/qadevOOo/tests/java/mod/_sc/ScModelObj.java b/qadevOOo/tests/java/mod/_sc/ScModelObj.java
index 6df6d3becae2..e4a89b971f7a 100644
--- a/qadevOOo/tests/java/mod/_sc/ScModelObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScModelObj.java
@@ -94,7 +94,7 @@ public class ScModelObj extends TestCase {
/**
* Creating a TestEnvironment for the interfaces to be tested.
- * Disposes the spreadsheet documents if they was created already.
+ * Disposes the spreadsheet documents if they were created already.
* Creates two spreadsheet documents. Retrieves the current controller for
* each of them. Obtains the collection of spreadsheets, takes one of them
* and takes some cell from the spreadsheet. The created documents are the instances
diff --git a/sc/inc/tokenarray.hxx b/sc/inc/tokenarray.hxx
index e0237000c0ed..721577866214 100644
--- a/sc/inc/tokenarray.hxx
+++ b/sc/inc/tokenarray.hxx
@@ -138,7 +138,7 @@ public:
/**
* Make all absolute references pointing to the copied range if the range is copied too
- * @param bCheckCopyArea should references pointing into the copy area be adjusted independently from being absolute, should be true only for copy&paste between documents
+ * @param bCheckCopyArea should reference pointing into the copy area be adjusted independently from being absolute, should be true only for copy&paste between documents
*/
void AdjustAbsoluteRefs( const ScDocument* pOldDoc, const ScAddress& rOldPos, const ScAddress& rNewPos, bool bCheckCopyArea );