diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-15 09:11:52 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-01-15 13:53:21 +0100 |
commit | a6b69a9384801f77f4cc30a366a45561c28eab3e (patch) | |
tree | 983661741b4081501f37365afa84a08b761000e7 /sc/source | |
parent | 3da86d8987db6223b0acc5d8a1b56f7e0c54bbef (diff) |
Fix typo
Change-Id: I51c97356c9c2939f2d94d6388c829a179ca00daa
Reviewed-on: https://gerrit.libreoffice.org/47853
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/unoobj/docuno.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/view/tabview3.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/view/viewfun3.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx index 7322c70493b5..a54f054bd664 100644 --- a/sc/source/ui/unoobj/docuno.cxx +++ b/sc/source/ui/unoobj/docuno.cxx @@ -1911,7 +1911,7 @@ void SAL_CALL ScModelObj::render( sal_Int32 nSelRenderer, const uno::Any& aSelec const double nPrintFactor = 1.0; /* XXX: currently (2017-08-28) is not evaluated */ // The bMetaFile argument maybe could be // pDev->GetConnectMetaFile() != nullptr - // but for some yet unknow reason does not draw cell content if true. + // but for some yet unknown reason does not draw cell content if true. ScPrintFunc::DrawToDev( &rDoc, pDev, nPrintFactor, aBound, &aViewData, false /*bMetaFile*/ ); return; diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx index a6b94f86f091..13e2ac264bea 100644 --- a/sc/source/ui/view/tabview3.cxx +++ b/sc/source/ui/view/tabview3.cxx @@ -328,7 +328,7 @@ void ScTabView::InvalidateAttribs() // SetCursor - Cursor, set, draw, update InputWin // or send reference -// Optimising breaks the funtionality +// Optimising breaks the functionality void ScTabView::SetCursor( SCCOL nPosX, SCROW nPosY, bool bNew ) { diff --git a/sc/source/ui/view/viewfun3.cxx b/sc/source/ui/view/viewfun3.cxx index 4111afb66aac..689ffe0e3c77 100644 --- a/sc/source/ui/view/viewfun3.cxx +++ b/sc/source/ui/view/viewfun3.cxx @@ -1334,7 +1334,7 @@ bool ScViewFunc::PasteFromClip( InsertDeleteFlags nFlags, ScDocument* pClipDoc, pDoc->ExtendMergeSel( nStartCol, nStartRow, nEndCol, nEndRow, aFilteredMark, true ); // refresh // new range - if ( pMixDoc ) // calculate with originial data ? + if ( pMixDoc ) // calculate with original data? { pDoc->MixDocument( aUserRange, nFunction, bSkipEmpty, pMixDoc.get() ); } |