summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/column.hxx2
-rw-r--r--sc/inc/compiler.hxx2
-rw-r--r--sc/inc/compressedarray.hxx2
-rw-r--r--sc/inc/document.hxx6
-rw-r--r--sc/inc/rangeseq.hxx2
5 files changed, 7 insertions, 7 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 4ff3c9eb1501..1877a93fc610 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -586,7 +586,7 @@ public:
* Reset column position of formula cells within specified row range.
* Reference positions are also adjusted to reflect the new position so
* that the formula cells still reference the same cells or ranges after
- * the the position change. The position of a formula cell before the
+ * the position change. The position of a formula cell before the
* call is interpreted as the old position of that cell.
*
* Caller needs to ensure that no formula groups cross the top and bottom
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index ce117564cab1..85e9cc07eb69 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -330,7 +330,7 @@ private:
bool mbRewind; // whether symbol is to be rewound to some step during lexical analysis
std::vector<sal_uInt16> maExternalFiles;
- std::vector<OUString> maTabNames; /// sheet names mangled for the current grammer for output
+ std::vector<OUString> maTabNames; /// sheet names mangled for the current grammar for output
std::vector<OUString> &GetSetupTabNames() const; /// get or setup tab names for the current grammar
bool NextNewToken(bool bInArray = false);
diff --git a/sc/inc/compressedarray.hxx b/sc/inc/compressedarray.hxx
index 0a2f776fa1d4..4be04c9a3964 100644
--- a/sc/inc/compressedarray.hxx
+++ b/sc/inc/compressedarray.hxx
@@ -144,7 +144,7 @@ const D& ScCompressedArray<A,D>::GetNextValue( size_t& nIndex, A& nEnd ) const
}
// ScBitMaskCompressedArray
-/** The data type represents bits, managable by bitwise operations.
+/** The data type represents bits, manageable by bitwise operations.
*/
template< typename A, typename D > class ScBitMaskCompressedArray : public ScCompressedArray<A,D>
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 47387bde32b1..40ca14dc4c3f 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -527,7 +527,7 @@ public:
* @param rName name for the expression.
* @param rPos base position.
* @param rExpr formula expression to be associated with the name. The
- * current grammer is used to compile this expression.
+ * current grammar is used to compile this expression.
*
* @return true if inserted successfully, false otherwise.
*/
@@ -746,7 +746,7 @@ public:
SC_DLLPUBLIC const ScMatrix* GetDdeLinkResultMatrix( size_t nDdePos ) const;
/** Tries to find a DDE link or creates a new, if not extant.
- @param pResults If not 0, sets the matrix as as DDE link result matrix (also for existing links).
+ @param pResults If not 0, sets the matrix as DDE link result matrix (also for existing links).
@return true = DDE link found; false = Unpredictable error occurred, no DDE link created. */
SC_DLLPUBLIC bool CreateDdeLink( const OUString& rAppl, const OUString& rTopic, const OUString& rItem, sal_uInt8 nMode, ScMatrixRef pResults );
/** Sets a result matrix for the specified DDE link.
@@ -1598,7 +1598,7 @@ public:
SCROW GetNextDifferentChangedRow( SCTAB nTab, SCROW nStart, bool bCareManualSize = true) const;
// returns whether to export a Default style for this col or not
- // nDefault is setted to one possition in the current row where the Default style is
+ // nDefault is setted to one position in the current row where the Default style is
bool GetColDefault( SCTAB nTab, SCCOL nCol, SCROW nLastRow, SCROW& nDefault);
bool UpdateOutlineCol( SCCOL nStartCol, SCCOL nEndCol, SCTAB nTab, bool bShow );
diff --git a/sc/inc/rangeseq.hxx b/sc/inc/rangeseq.hxx
index 533a1f3f287d..4f15a811ac08 100644
--- a/sc/inc/rangeseq.hxx
+++ b/sc/inc/rangeseq.hxx
@@ -48,7 +48,7 @@ public:
/** @param bDataTypes
Additionally to the differentiation between string and double allow
- differentiation between other types such as as boolean. Needed for
+ differentiation between other types such as boolean. Needed for
implementation of XFormulaParser. If <FALSE/>, boolean values are
treated as ordinary double values 1 (true) and 0 (false).
*/