diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-04-05 21:07:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-06 07:53:19 +0000 |
commit | 7d4b68fa47b2e670dcab7be335d38be690db2a73 (patch) | |
tree | a6dd8a88ce8c59586bf5024065b3206c424a1a0e /sc | |
parent | 7662e92c64ec194a2089f633a363d9dc45a4aa9d (diff) |
Fix typos
Change-Id: I9e7f7fa6a8b89304883a843f9fb0b905f5e8a8a4
Reviewed-on: https://gerrit.libreoffice.org/36100
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/docshell/docsh4.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/docshell/docsh5.cxx | 6 | ||||
-rw-r--r-- | sc/source/ui/drawfunc/drtxtob.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/drawfunc/futext.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/drawfunc/futext2.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/unoobj/dapiuno.cxx | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/ui/docshell/docsh4.cxx b/sc/source/ui/docshell/docsh4.cxx index 4dbb2b9b3124..6f7b15ae5e9a 100644 --- a/sc/source/ui/docshell/docsh4.cxx +++ b/sc/source/ui/docshell/docsh4.cxx @@ -733,7 +733,7 @@ void ScDocShell::Execute( SfxRequest& rReq ) return ; } - if ( pMed ) // now execure in earnest... + if ( pMed ) // now execute in earnest... { SfxErrorContext aEc( ERRCTX_SFX_OPENDOC, pMed->GetName() ); diff --git a/sc/source/ui/docshell/docsh5.cxx b/sc/source/ui/docshell/docsh5.cxx index a714eb0bcd18..9d23184c4b3e 100644 --- a/sc/source/ui/docshell/docsh5.cxx +++ b/sc/source/ui/docshell/docsh5.cxx @@ -116,7 +116,7 @@ ScDBData* ScDocShell::GetDBData( const ScRange& rMarked, ScGetDBMode eMode, ScGe SCTAB nStartTab = nTab; SCCOL nEndCol = rMarked.aEnd.Col(); SCROW nEndRow = rMarked.aEnd.Row(); - // Not simply GetDBAtCursor: The continuos data range for "unnamed" (GetDataArea) may be + // Not simply GetDBAtCursor: The continuous data range for "unnamed" (GetDataArea) may be // located next to the cursor; so a named DB range needs to be searched for there as well. ScDBCollection* pColl = aDocument.GetDBCollection(); ScDBData* pData = aDocument.GetDBAtArea( nTab, nStartCol, nStartRow, nEndCol, nEndRow ); @@ -195,7 +195,7 @@ ScDBData* ScDocShell::GetDBData( const ScRange& rMarked, ScGetDBMode eMode, ScGe else { if ( !bSelected ) - { // continuos range + { // continuous range nStartCol = nCol; nStartRow = nRow; if (bOnlyDown) @@ -382,7 +382,7 @@ void ScDocShell::CancelAutoDBRange() } } - // adjust hights + // adjust height //! merge with docfunc bool ScDocShell::AdjustRowHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab ) diff --git a/sc/source/ui/drawfunc/drtxtob.cxx b/sc/source/ui/drawfunc/drtxtob.cxx index 7919144dc42f..ccd6bfe07a94 100644 --- a/sc/source/ui/drawfunc/drtxtob.cxx +++ b/sc/source/ui/drawfunc/drtxtob.cxx @@ -97,7 +97,7 @@ void ScDrawTextObjectBar::InitInterface_Impl() } -// diable not wanted accelerators +// disable not wanted accelerators void ScDrawTextObjectBar::StateDisableItems( SfxItemSet &rSet ) { diff --git a/sc/source/ui/drawfunc/futext.cxx b/sc/source/ui/drawfunc/futext.cxx index 5535d1c534af..c7d735a32ae0 100644 --- a/sc/source/ui/drawfunc/futext.cxx +++ b/sc/source/ui/drawfunc/futext.cxx @@ -391,7 +391,7 @@ bool FuText::MouseButtonUp(const MouseEvent& rMEvt) Point aPnt( pWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); if ( pView->MouseButtonUp(rMEvt, pWindow) ) - return true; // Event evaluted by SdrView + return true; // Event evaluated by SdrView if ( pView->IsDragObj() ) { diff --git a/sc/source/ui/drawfunc/futext2.cxx b/sc/source/ui/drawfunc/futext2.cxx index daf2256bc766..647571808d1a 100644 --- a/sc/source/ui/drawfunc/futext2.cxx +++ b/sc/source/ui/drawfunc/futext2.cxx @@ -31,7 +31,7 @@ SdrOutliner* FuText::MakeOutliner() rViewData.UpdateOutlinerFlags(*pOutl); - // The EditEngine uses during RTF export (Clipboard / Drag&Grop) + // The EditEngine uses during RTF export (Clipboard / Drag&Drop) // the MapMode of RefDevice to set the font size // #i10426# The ref device isn't set to the EditEngine before SdrBeginTextEdit now, diff --git a/sc/source/ui/unoobj/dapiuno.cxx b/sc/source/ui/unoobj/dapiuno.cxx index cd6635af5133..9ab239548c38 100644 --- a/sc/source/ui/unoobj/dapiuno.cxx +++ b/sc/source/ui/unoobj/dapiuno.cxx @@ -271,7 +271,7 @@ static OUString lcl_CreatePivotName( ScDocShell* pDocShell ) if ( pColl ) return pColl->CreateNewName(); } - return OUString(); // shouldnt' happen + return OUString(); // shouldn't happen } static sal_Int32 lcl_GetObjectIndex( ScDPObject* pDPObj, const ScFieldIdentifier& rFieldId ) |