diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-02-03 22:42:56 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-02-03 21:55:50 +0000 |
commit | 092adc4991eb143bc279a4bb61da27f70c73413e (patch) | |
tree | e99d6908cfb8dd4db90e89f4d2f1bf7ea7519f69 /sc | |
parent | ed8f1c515530f6d4a9c99608da1d8b65b4b754a0 (diff) |
Typos
Change-Id: Ic54695e86b4b462419fa7d5ded7b1ddb19ee8ed5
Reviewed-on: https://gerrit.libreoffice.org/33904
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/document.hxx | 2 | ||||
-rw-r--r-- | sc/inc/forbiuno.hxx | 2 | ||||
-rw-r--r-- | sc/qa/unit/subsequent_filters-test.cxx | 2 | ||||
-rw-r--r-- | sc/source/filter/oox/workbookfragment.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/view/drawview.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/view/tabvwsh3.cxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index ee50a0a346f5..da2a982d2822 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -1427,7 +1427,7 @@ public: void CopyTabToClip(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, SCTAB nTab, ScDocument* pClipDoc); - bool InitColumnBlockPosition( sc::ColumnBlockPosition& rBlokPos, SCTAB nTab, SCCOL nCol ); + bool InitColumnBlockPosition( sc::ColumnBlockPosition& rBlockPos, SCTAB nTab, SCCOL nCol ); void DeleteBeforeCopyFromClip( sc::CopyFromClipContext& rCxt, const ScMarkData& rMark, sc::ColumnSpanSet& rBroadcastSpans ); diff --git a/sc/inc/forbiuno.hxx b/sc/inc/forbiuno.hxx index 4f237b97ff75..890620c8ecfb 100644 --- a/sc/inc/forbiuno.hxx +++ b/sc/inc/forbiuno.hxx @@ -25,7 +25,7 @@ class ScDocShell; -// object to set forbidden charaters to document +// object to set forbidden characters to document class ScForbiddenCharsObj : public SvxUnoForbiddenCharsTable, public SfxListener { diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx index 76def6f36e40..bbbe00e84698 100644 --- a/sc/qa/unit/subsequent_filters-test.cxx +++ b/sc/qa/unit/subsequent_filters-test.cxx @@ -3093,7 +3093,7 @@ void ScFiltersTest::testMiscRowHeights() { /* Checks that a document saved to ods with default rows does indeed have default row heights ( there was a problem where the optimal - height was being calcuated after import if no hard height ) + height was being calculated after import if no hard height ) */ { "alldefaultheights.", FORMAT_ODS, -1, SAL_N_ELEMENTS(DfltRowData), DfltRowData }, /* Checks the imported height of some multiline input, additionally checks diff --git a/sc/source/filter/oox/workbookfragment.cxx b/sc/source/filter/oox/workbookfragment.cxx index 6799f1cb332e..300b5678f225 100644 --- a/sc/source/filter/oox/workbookfragment.cxx +++ b/sc/source/filter/oox/workbookfragment.cxx @@ -395,7 +395,7 @@ void WorkbookFragment::finalizeImport() OSL_ENSURE( !aFragmentPath.isEmpty(), "WorkbookFragment::finalizeImport - cannot access sheet fragment" ); if( !aFragmentPath.isEmpty() ) { - // leave space for formula processing ( calcuate the segments as + // leave space for formula processing ( calculate the segments as // if there is an extra sheet ) double fSegmentLength = getProgressBar().getFreeLength() / (nWorksheetCount - ( nWorksheet - 1) ); ISegmentProgressBarRef xSheetSegment = getProgressBar().createSegment( fSegmentLength ); diff --git a/sc/source/ui/view/drawview.cxx b/sc/source/ui/view/drawview.cxx index 03e5746995d9..43b5661f661a 100644 --- a/sc/source/ui/view/drawview.cxx +++ b/sc/source/ui/view/drawview.cxx @@ -915,7 +915,7 @@ void ScDrawView::MarkDropObj( SdrObject* pObj ) } // In order to counteract the effects of rounding due to the nature of how the -// grid positions are calcuated and drawn we calculate the offset needed at the +// grid positions are calculated and drawn we calculate the offset needed at the // current zoom to be applied to an SrdObject when it is drawn in order to make // sure that it's position relative to the nearest cell anchor doesn't change. // Of course not all shape(s)/control(s) are cell anchored, if the diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx index 8ee29b991828..a8f077644c45 100644 --- a/sc/source/ui/view/tabvwsh3.cxx +++ b/sc/source/ui/view/tabvwsh3.cxx @@ -1018,7 +1018,7 @@ void ScTabViewShell::Execute( SfxRequest& rReq ) break; case SID_CREATE_SW_DRAWVIEW: - // is called by Forms, when the DrawView has to be crated with all + // is called by Forms, when the DrawView has to be created with all // the extras if (!GetScDrawView()) { |