diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 12:46:41 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 17:24:16 +0000 |
commit | 5a72da3d979d88442ea5b7f1f54ba9811173ec64 (patch) | |
tree | 42b746fb4a965e294ad307beaae1e76082fa7d38 /sc/source/ui/vba/vbarange.cxx | |
parent | feeb8ccfe1aff373e158b64f76e35da1a4e295c0 (diff) |
Fix typos
Change-Id: I4e1a613fc99b931e84a1955695364e1d25e25e5c
Reviewed-on: https://gerrit.libreoffice.org/35642
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/ui/vba/vbarange.cxx')
-rw-r--r-- | sc/source/ui/vba/vbarange.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx index 534c2922fdc4..83cffc745268 100644 --- a/sc/source/ui/vba/vbarange.cxx +++ b/sc/source/ui/vba/vbarange.cxx @@ -1684,7 +1684,7 @@ ScVbaRange::getFormulaValue( formula::FormulaGrammar::Grammar eGram ) void ScVbaRange::setFormula(const uno::Any &rFormula ) { - // #FIXME converting "=$a$1" e.g. CONV_XL_A1 -> CONV_OOO // results in "=$a$1:a1", temporalily disable conversion + // #FIXME converting "=$a$1" e.g. CONV_XL_A1 -> CONV_OOO // results in "=$a$1:a1", temporarily disable conversion setFormulaValue( rFormula,formula::FormulaGrammar::GRAM_NATIVE_XL_A1 ); } @@ -2744,7 +2744,7 @@ ScVbaRange::Range( const uno::Any &Cell1, const uno::Any &Cell2, bool bForceUseI if ( bForceUseInpuRangeTab ) { // this is a call from Application.Range( x,y ) - // its possiblefor x or y to specify a different sheet from + // it's possible for x or y to specify a different sheet from // the current or active on ( but they must be the same ) if ( cell1.Sheet != cell2.Sheet ) throw uno::RuntimeException(); |