[Libreoffice-commits] core.git: officecfg/registry qadevOOo/tests sc/inc
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Aug 19 09:50:31 UTC 2019
officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs | 2 +-
officecfg/registry/schema/org/openoffice/VCL.xcs | 2 +-
qadevOOo/tests/java/mod/_sc/ScModelObj.java | 2 +-
sc/inc/tokenarray.hxx | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit c54e0ce0bf8a32a4928e00f3885a92e3db188bc8
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Aug 19 11:43:50 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Aug 19 11:49:52 2019 +0200
Fix typos
Change-Id: Ie6f3b2a959349c01d27b694398a7fefaaf46ea3a
Reviewed-on: https://gerrit.libreoffice.org/77708
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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 );
More information about the Libreoffice-commits
mailing list