summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-19 11:43:50 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-19 11:49:52 +0200
commitc54e0ce0bf8a32a4928e00f3885a92e3db188bc8 (patch)
treebe2cb49c14a8bf0f35d83c640250e42c8eacb377 /sc/inc
parente8e9d04bfb74dcb1422344f8bc700d33be0a5eb5 (diff)
Fix typos
Change-Id: Ie6f3b2a959349c01d27b694398a7fefaaf46ea3a Reviewed-on: https://gerrit.libreoffice.org/77708 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/tokenarray.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/tokenarray.hxx b/sc/inc/tokenarray.hxx
index e0237000c0ed..721577866214 100644
--- a/sc/inc/tokenarray.hxx
+++ b/sc/inc/tokenarray.hxx
@@ -138,7 +138,7 @@ public:
/**
* Make all absolute references pointing to the copied range if the range is copied too
- * @param bCheckCopyArea should references pointing into the copy area be adjusted independently from being absolute, should be true only for copy&paste between documents
+ * @param bCheckCopyArea should reference pointing into the copy area be adjusted independently from being absolute, should be true only for copy&paste between documents
*/
void AdjustAbsoluteRefs( const ScDocument* pOldDoc, const ScAddress& rOldPos, const ScAddress& rNewPos, bool bCheckCopyArea );