diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-10-04 14:25:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-10-04 20:39:50 +0200 |
commit | 36f69c61a9d7b456c9d93d371eca4b61a3a94f8b (patch) | |
tree | cb04cb21eb290c172d4f2b6917340274fd2d5524 | |
parent | 9dddc933dd1d30eec9b3696c0052f5375a9d211f (diff) |
Fix typos
Change-Id: Id88532da843e659d337f3529333a17a0c00c8328
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123050
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | cui/source/tabpages/border.cxx | 2 | ||||
-rw-r--r-- | sc/source/filter/excel/xestyle.cxx | 2 | ||||
-rw-r--r-- | svl/source/numbers/zforlist.cxx | 2 | ||||
-rw-r--r-- | vcl/source/window/paint.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx index 59ecc1cfd2ee..0cef50e3779a 100644 --- a/cui/source/tabpages/border.cxx +++ b/cui/source/tabpages/border.cxx @@ -534,7 +534,7 @@ SvxBorderTabPage::SvxBorderTabPage(weld::Container* pPage, weld::DialogControlle FillValueSets(); FillLineListBox_Impl(); - // Reapply line width: probably one of prefefined values should be selected + // Reapply line width: probably one of predefined values should be selected SetLineWidth(m_xLineWidthMF->get_value(FieldUnit::NONE)); // connections diff --git a/sc/source/filter/excel/xestyle.cxx b/sc/source/filter/excel/xestyle.cxx index e7260ecf56c1..3d09aac2a543 100644 --- a/sc/source/filter/excel/xestyle.cxx +++ b/sc/source/filter/excel/xestyle.cxx @@ -3069,7 +3069,7 @@ XclExpDxfs::XclExpDxfs( const XclExpRoot& rRoot ) rRoot.GetDoc().GetFilterEntriesArea(nCol, aRange.aStart.Row(), aRange.aEnd.Row(), nTab, true, aFilterEntries); - // Excel has all filter values stored as forground colors + // Excel has all filter values stored as foreground colors // Does not matter it is text color or cell background color for (auto& rColor : aFilterEntries.getBackgroundColors()) { diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx index 185dc97f12fa..6ecf548c0863 100644 --- a/svl/source/numbers/zforlist.cxx +++ b/svl/source/numbers/zforlist.cxx @@ -1726,7 +1726,7 @@ void SvNumberFormatter::GetInputLineString(const double& fOutNumber, // The #FMT error string must not be used for input as it would lead to // data loss. This can happen for at least date(+time). Fall back to a // last resort of plain number in the locale the formatter was - // contructed with. + // constructed with. if (!bOk && eType != SvNumFormatType::NUMBER && sOutString == ImpSvNumberformatScan::sErrStr) { pFormat = GetFormatEntry(ZF_STANDARD); diff --git a/vcl/source/window/paint.cxx b/vcl/source/window/paint.cxx index b3f9557ad2f0..dbb255f8bc87 100644 --- a/vcl/source/window/paint.cxx +++ b/vcl/source/window/paint.cxx @@ -1180,7 +1180,7 @@ void Window::Invalidate( const tools::Rectangle& rRect, InvalidateFlags nFlags ) if ( !aRect.IsEmpty() ) { if (!comphelper::LibreOfficeKit::isActive()) - { // ImplInvalidate() immediatelly returns in LOK mode, skip useless Region construction + { // ImplInvalidate() immediately returns in LOK mode, skip useless Region construction vcl::Region aRegion( aRect ); ImplInvalidate( &aRegion, nFlags ); } |