summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-15 17:03:57 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-16 11:05:58 +0000
commit01532b1ab8f34ac0a87c17efaa2e6c7e9ac29b3b (patch)
treee4ca01d348aaee1ba6113c7b2e128a00dce66f3b /sc
parent9b7e1bf43dcb25acabc15fb2bfb30e2a1dd249df (diff)
Fix typos
Change-Id: I28cfc629dc3d6ef54128615452667ccce86c1072 Reviewed-on: https://gerrit.libreoffice.org/16297 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/subsequent_export-test.cxx2
-rw-r--r--sc/source/filter/inc/xetable.hxx4
-rw-r--r--sc/source/ui/vba/vbachart.cxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index ef9053df1592..e529e089d654 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -1043,7 +1043,7 @@ void ScExportTest::testCellValuesExportODS()
rDoc.SetString(ScAddress(0,4,0), "'12"); //A5
// set a contiguous value
rDoc.SetValue(ScAddress(0,5,0), 12.0); //A6
- // set acontiguous string
+ // set a contiguous string
rDoc.SetString(ScAddress(0,6,0), "a string"); //A7
// set a contiguous formula
rDoc.SetString(ScAddress(0,7,0), "=$A$6"); //A8
diff --git a/sc/source/filter/inc/xetable.hxx b/sc/source/filter/inc/xetable.hxx
index 0c566624334d..46e919deec9c 100644
--- a/sc/source/filter/inc/xetable.hxx
+++ b/sc/source/filter/inc/xetable.hxx
@@ -59,7 +59,7 @@ private:
XclExpStringRef mxResult;
};
-// Additional records for special formula ranges ==============================
+// Additional records for special formula ranges
/** Base record for additional range formula records (i.e. ARRAY, SHRFMLA). */
class XclExpRangeFmlaBase : public XclExpRecord
@@ -968,7 +968,7 @@ class XclExpDval;
The constructor does all the work creating the cell table. It reads the
Calc sheet and converts all columns, rows, and cells to Excel record data.
- Additioanlly, hyperlink records, note records, additional records for
+ Additionally, hyperlink records, note records, additional records for
formula cells, data validation records, and outline records are created.
The Finalize() function does even more work. It calculates default column
diff --git a/sc/source/ui/vba/vbachart.cxx b/sc/source/ui/vba/vbachart.cxx
index dd89baa4a861..694b9827f6e9 100644
--- a/sc/source/ui/vba/vbachart.cxx
+++ b/sc/source/ui/vba/vbachart.cxx
@@ -702,7 +702,7 @@ ScVbaChart::setDiagram( const OUString& _sDiagramType ) throw( script::BasicErro
}
}
-// #TODO find out why we have Location/getLocation ? there is afaiks no
+// #TODO find out why we have Location/getLocation? there is afaik no
// Location property, just a Location function for the Chart object
sal_Int32 SAL_CALL
ScVbaChart::Location() throw (css::script::BasicErrorException, css::uno::RuntimeException, std::exception)