Kaydet (Commit) 91bad611 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Ifc804e33afa160943d7b5634f8ccf4e3af4d26e5
Reviewed-on: https://gerrit.libreoffice.org/57806
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 6b7f12f6
......@@ -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
......
......@@ -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;
......
......@@ -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;
......
......@@ -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()));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment