diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 17:56:52 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 07:07:18 +0000 |
commit | c15d93f252df25b1d0e406abb08e3a3e5df71f5e (patch) | |
tree | 8e1f84bb3b9e15c34872317dcbd6cbaedac03b18 /sc/inc/externalrefmgr.hxx | |
parent | a55c2728453c68f44966fc31b4a483416c43b8f3 (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/inc/externalrefmgr.hxx')
-rw-r--r-- | sc/inc/externalrefmgr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |