summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx6
1 files changed, 3 insertions, 3 deletions
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 );