[Libreoffice-commits] core.git: dbaccess/source offapi/com sw/inc sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Jul 21 20:21:14 UTC 2018
dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx | 2 +-
offapi/com/sun/star/security/CertAltNameEntry.idl | 2 +-
sw/inc/shellio.hxx | 2 +-
sw/source/filter/ww8/ww8par.cxx | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 91bad611355905a637e72602d6590c12547fc1a3
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Jul 21 18:50:16 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jul 21 22:20:53 2018 +0200
Fix typos
Change-Id: Ifc804e33afa160943d7b5634f8ccf4e3af4d26e5
Reviewed-on: https://gerrit.libreoffice.org/57806
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
index fe306eb14b6f..d06dbce1abf8 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
@@ -678,7 +678,7 @@ bool OSelectionBrowseBox::saveField(OUString& _sFieldName ,OTableFieldDescRef co
OSQLParseNode* pParseNode = nullptr;
{
- // 4 passes in trying to interprete the field name
+ // 4 passes in trying to interpret the field name
// - don't quote the field name, parse internationally
// - don't quote the field name, parse en-US
// - quote the field name, parse internationally
diff --git a/offapi/com/sun/star/security/CertAltNameEntry.idl b/offapi/com/sun/star/security/CertAltNameEntry.idl
index bd6e26ab5426..90252eea48d4 100644
--- a/offapi/com/sun/star/security/CertAltNameEntry.idl
+++ b/offapi/com/sun/star/security/CertAltNameEntry.idl
@@ -33,7 +33,7 @@
struct CertAltNameEntry
{
/**
- * defines the type of the value . With this information you can determine how to interprete the Any value.
+ * defines the type of the value. With this information you can determine how to interpret the Any value.
* @see com::sun::star::security::ExtAltNameType
*/
com::sun::star::security::ExtAltNameType Type;
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx
index efe86a0c2dbd..0c81a7fd28c4 100644
--- a/sw/inc/shellio.hxx
+++ b/sw/inc/shellio.hxx
@@ -209,7 +209,7 @@ protected:
SwgReaderOption m_aOption;
bool m_bInsertMode : 1;
bool m_bTemplateBrowseMode : 1;
- bool m_bReadUTF8: 1; // Interprete stream as UTF-8.
+ bool m_bReadUTF8: 1; // Interpret stream as UTF-8.
bool m_bBlockMode: 1;
bool m_bOrganizerMode : 1;
bool m_bHasAskTemplateName : 1;
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index f3f45bfc4970..faa8d720e04d 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -4453,7 +4453,7 @@ void wwSectionManager::InsertSegments()
mySegIter aNext = aIter+1;
mySegIter aPrev = (aIter == aStart) ? aIter : aIter-1;
- // If two following sections are different in following properties, Word will interprete a continuous
+ // If two following sections are different in following properties, Word will interpret a continuous
// section break between them as if it was a section break next page.
bool bThisAndPreviousAreCompatible = ((aIter->GetPageWidth() == aPrev->GetPageWidth()) &&
(aIter->GetPageHeight() == aPrev->GetPageHeight()) && (aIter->IsLandScape() == aPrev->IsLandScape()));
More information about the Libreoffice-commits
mailing list