summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:56:52 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 07:07:18 +0000
commitc15d93f252df25b1d0e406abb08e3a3e5df71f5e (patch)
tree8e1f84bb3b9e15c34872317dcbd6cbaedac03b18 /sc
parenta55c2728453c68f44966fc31b4a483416c43b8f3 (diff)
Fix typos
Change-Id: Ia41f4f0ca30ae3346d0720271478ec5bcdab797b Reviewed-on: https://gerrit.libreoffice.org/18967 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/addincol.hxx2
-rw-r--r--sc/inc/chgtrack.hxx2
-rw-r--r--sc/inc/document.hxx2
-rw-r--r--sc/inc/externalrefmgr.hxx4
-rw-r--r--sc/inc/scmatrix.hxx2
5 files changed, 6 insertions, 6 deletions
diff --git a/sc/inc/addincol.hxx b/sc/inc/addincol.hxx
index e090e8f177e1..e2fc56ef3046 100644
--- a/sc/inc/addincol.hxx
+++ b/sc/inc/addincol.hxx
@@ -153,7 +153,7 @@ public:
ScUnoAddInCollection();
~ScUnoAddInCollection();
- /// User enetered name. rUpperName MUST already be upper case!
+ /// User entered name. rUpperName MUST already be upper case!
OUString FindFunction( const OUString& rUpperName, bool bLocalFirst );
/** Only if bComplete is set, the function reference and argument types
diff --git a/sc/inc/chgtrack.hxx b/sc/inc/chgtrack.hxx
index cda2d93ca7c2..c876aeebfaf2 100644
--- a/sc/inc/chgtrack.hxx
+++ b/sc/inc/chgtrack.hxx
@@ -783,7 +783,7 @@ public:
{ pPrevContent = p; }
// don't use:
- // assigns string / creates forumula cell
+ // assigns string / creates formula cell
void SetOldValue( const OUString& rOld, ScDocument* pDoc );
void GetOldString( OUString& rStr, const ScDocument* pDoc ) const;
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 97384ae13bd3..7c70ae6ab0f3 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -1168,7 +1168,7 @@ public:
SCROW& rEndRow, bool bNotes = true ) const;
void InvalidateTableArea();
- /// Return the number of colums / rows that should be visible for the tiled rendering.
+ /// Return the number of columns / rows that should be visible for the tiled rendering.
SC_DLLPUBLIC bool GetTiledRenderingArea(SCTAB nTab, SCCOL& rEndCol, SCROW& rEndRow) const;
SC_DLLPUBLIC bool GetDataStart( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow ) const;
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx
index bb8b44cba0b5..f7e3819cf0d2 100644
--- a/sc/inc/externalrefmgr.hxx
+++ b/sc/inc/externalrefmgr.hxx
@@ -558,7 +558,7 @@ public:
* Get an array of tokens corresponding with a specified name in a
* specified file.
*
- * @param pCurPos currnet cell address where this name token is used.
+ * @param pCurPos current cell address where this name token is used.
* This is purely to keep track of all cells containing
* external names for refreshing purposes. If this is
* NULL, then the cell will not be added to the list.
@@ -575,7 +575,7 @@ public:
/**
* Takes a flat file name, and convert it to an absolute URL path. An
- * absolute URL path begines with 'file:///.
+ * absolute URL path begins with 'file:///.
*
* @param rFile file name to convert
*/
diff --git a/sc/inc/scmatrix.hxx b/sc/inc/scmatrix.hxx
index 3882390fbb67..bd28944b356d 100644
--- a/sc/inc/scmatrix.hxx
+++ b/sc/inc/scmatrix.hxx
@@ -45,7 +45,7 @@ struct CompareOptions;
/**
* Try NOT to use this struct. This struct should go away in a hopefully
- * not so distant futture.
+ * not so distant future.
*/
struct ScMatrixValue
{