From b86ef3b7fa3713031858f7d39c084445a5976a83 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 21 Jul 2018 11:09:44 +0200 Subject: Fix typos Change-Id: I326827c394347cbe9fad242e9da5702cba7a4d95 Reviewed-on: https://gerrit.libreoffice.org/57761 Tested-by: Jenkins Reviewed-by: Jens Carl --- svx/source/fmcomp/gridctrl.cxx | 2 +- svx/source/form/fmsrcimp.cxx | 2 +- svx/source/table/tablertfimporter.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'svx') diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index 2048e63e7a35..f5d921b910b7 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -2661,7 +2661,7 @@ sal_uInt32 DbGridControl::GetTotalCellWidth(long nRow, sal_uInt16 nColId) return GetDataWindow().GetTextWidth(GetCurrentRowCellText(pColumn,m_xPaintRow)); } else - return 30; // FIXME magic number for defaul cell width + return 30; // FIXME magic number for default cell width } void DbGridControl::PreExecuteRowContextMenu(sal_uInt16 /*nRow*/, PopupMenu& rMenu) diff --git a/svx/source/form/fmsrcimp.cxx b/svx/source/form/fmsrcimp.cxx index 7034934c6e62..30979723538b 100644 --- a/svx/source/form/fmsrcimp.cxx +++ b/svx/source/form/fmsrcimp.cxx @@ -642,7 +642,7 @@ void FmSearchEngine::Init(const OUString& sVisibleFields) { // analyze the fields // additionally, create the mapping: because the list of used columns can be shorter than the list - // of columns of the cursor, we need a mapping: "used column numer n" -> "cursor column m" + // of columns of the cursor, we need a mapping: "used column number n" -> "cursor column m" m_arrFieldMapping.clear(); // important: The case of the columns does not need to be exact - for instance: diff --git a/svx/source/table/tablertfimporter.cxx b/svx/source/table/tablertfimporter.cxx index b50efb35bc3a..d04e63fb668c 100644 --- a/svx/source/table/tablertfimporter.cxx +++ b/svx/source/table/tablertfimporter.cxx @@ -384,7 +384,7 @@ void SdrTableRTFParser::ProcToken( RtfImportInfo* pInfo ) { switch ( pInfo->nToken ) { - case RTF_TROWD: // denotes table row defauls, before RTF_CELLX + case RTF_TROWD: // denotes table row default, before RTF_CELLX { maDefaultList.clear(); mpDefMerge = nullptr; -- cgit