diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-16 13:16:03 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-16 11:25:13 +0000 |
commit | 3fa7b0b70f8f21c65603aa2b7db53392fdbceec4 (patch) | |
tree | 62eec9d96f1ebcad33233186636a6bb3244371b9 /sc | |
parent | 814af9f1e59d1a76473b2c72cae4ba8afe1c52d4 (diff) |
Fix typos
Change-Id: Id8c7cf460cba5af89891c470e1aaa61b227d356e
Reviewed-on: https://gerrit.libreoffice.org/16310
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 2 | ||||
-rw-r--r-- | sc/source/filter/inc/autofilterbuffer.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/inc/drawview.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/inc/impex.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index b7c276781096..f00e3a0a2faa 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -6430,7 +6430,7 @@ void Test::testMixData() ScDocument aClipDoc(SCDOCMODE_CLIP); copyToClip(m_pDoc, ScRange(0,0,0,1,0,0), &aClipDoc); // A1:B1 - // Copy A2:B2 to the mix document (for arithemetic paste). + // Copy A2:B2 to the mix document (for arithmetic paste). ScDocument aMixDoc(SCDOCMODE_CLIP); copyToClip(m_pDoc, ScRange(0,1,0,1,1,0), &aMixDoc); // A2:B2 diff --git a/sc/source/filter/inc/autofilterbuffer.hxx b/sc/source/filter/inc/autofilterbuffer.hxx index b96c753e868c..5a10a2d4ed29 100644 --- a/sc/source/filter/inc/autofilterbuffer.hxx +++ b/sc/source/filter/inc/autofilterbuffer.hxx @@ -144,7 +144,7 @@ public: virtual ApiFilterSettings finalizeImport( sal_Int32 nMaxCount ) SAL_OVERRIDE; private: - /** Apeends the passed filter criteriom, if it contains valid settings. */ + /** Appends the passed filter criteriom, if it contains valid settings. */ void appendCriterion( const FilterCriterionModel& rCriterion ); private: diff --git a/sc/source/ui/inc/drawview.hxx b/sc/source/ui/inc/drawview.hxx index 42cb740ee0f5..6065dc81c6df 100644 --- a/sc/source/ui/inc/drawview.hxx +++ b/sc/source/ui/inc/drawview.hxx @@ -146,7 +146,7 @@ public: bool GetObjectIsMarked( SdrObject * pObject ); bool SelectCurrentViewObject( const OUString& rName ); - // #i123922# helper which checks if a Graphic may be appied to an existing + // #i123922# helper which checks if a Graphic may be applied to an existing // SdrObject; if it's a SdrGrafObj the fill will be replaced. If it's a // fillable, non-OLE SdrObject, the FillStyle will be adapted SdrObject* ApplyGraphicToObject( diff --git a/sc/source/ui/inc/impex.hxx b/sc/source/ui/inc/impex.hxx index d34092227cb1..43c6891d4b23 100644 --- a/sc/source/ui/inc/impex.hxx +++ b/sc/source/ui/inc/impex.hxx @@ -228,7 +228,7 @@ public: @ATTENTION Note that the string returned may be truncated even inside - a quoted field if some (arbritary) maximum length was reached. + a quoted field if some (arbitrary) maximum length was reached. There currently is no way to exactly determine the conditions, whether this was at a line end, or whether open quotes would have closed the field before the line end, as even a |