diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-30 00:01:46 +0200 |
---|---|---|
committer | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2018-05-02 13:56:21 +0200 |
commit | f66edd357c4572fd69d42c2330f922ec2beaa415 (patch) | |
tree | 471d0eea66a9d0f98c3e4962837453baf7d50eaf /sc | |
parent | 03a4b6eb58b29c0ab4bb85f756923c46618d02ff (diff) |
Fix typos
Change-Id: I56477227bafdd7fdb29aa5a5c857cbfda110e395
Reviewed-on: https://gerrit.libreoffice.org/53643
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/xiformula.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/xiformula.hxx b/sc/source/filter/inc/xiformula.hxx index 96968b34e061..a24c008d96fb 100644 --- a/sc/source/filter/inc/xiformula.hxx +++ b/sc/source/filter/inc/xiformula.hxx @@ -44,7 +44,7 @@ public: /** * Creates a formula token array from the Excel token array. Note that - * the caller must create a copy of the token array instance returend by + * the caller must create a copy of the token array instance returned by * this function if the caller needs to persistently store the array, * because the pointer points to an array instance on the stack. */ |