summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-20 12:50:00 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-21 18:18:36 +0200
commita33a8f221626bb833cae5c916f096c12a4226f77 (patch)
tree9579ddcae3b8aac26bfb749f55ba434ec8fb0964 /svx/source/fmcomp
parentd0d87244eefc19e6ea6762a029b6ced036faec90 (diff)
Fix typos
Change-Id: I8dc0cdcfe6bd90efc596df28e6c6d968b92618b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101098 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'svx/source/fmcomp')
-rw-r--r--svx/source/fmcomp/gridcell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx
index d08bd5a79d72..405c3522dc6b 100644
--- a/svx/source/fmcomp/gridcell.cxx
+++ b/svx/source/fmcomp/gridcell.cxx
@@ -2131,7 +2131,7 @@ VclPtr<Control> DbDateField::createField(BrowserDataWin* pParent, bool bSpinButt
|| getBOOL( rxModel->getPropertyValue( FM_PROP_DROPDOWN ) );
// given the apparent inability to set a custom up/down action for a gtk
// spinbutton to have different up/down dates depending on the zone the
- // mouse is in, show the dropdown calender for both the spin or dropdown case
+ // mouse is in, show the dropdown calendar for both the spin or dropdown case
return VclPtr<DateControl>::Create(pParent, bSpinButton || bDropDown);
}