summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-21 11:09:44 +0200
committerJens Carl <j.carl43@gmx.de>2018-07-22 02:03:13 +0200
commitb86ef3b7fa3713031858f7d39c084445a5976a83 (patch)
tree606bb783e015f7ab5881048af0305ed28664694a /svx
parentccc7d6de630ad7d59dbde65c44f81ad749cb556b (diff)
Fix typos
Change-Id: I326827c394347cbe9fad242e9da5702cba7a4d95 Reviewed-on: https://gerrit.libreoffice.org/57761 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/fmcomp/gridctrl.cxx2
-rw-r--r--svx/source/form/fmsrcimp.cxx2
-rw-r--r--svx/source/table/tablertfimporter.cxx2
3 files changed, 3 insertions, 3 deletions
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;