diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-12-13 10:51:41 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-12-13 10:52:36 -0500 |
commit | 9ffe57dc020dc2658e2f326dc399fe0da0641050 (patch) | |
tree | e5204d3ef6c52bc62535fbe6afd654c14b613f97 /sc/inc/column.hxx | |
parent | edf90c212d8bfe6360a1e35eb4d7fbbf82ed33b4 (diff) |
fdo#39917: Use correct address convention during search and replace.
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index c6346f6ad050..f86bf9baadaf 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -246,9 +246,9 @@ public: bool HasEditCells(SCROW nStartRow, SCROW nEndRow, SCROW& rFirst) const; // TRUE = format for numbers is set - bool SetString( SCROW nRow, SCTAB nTab, const String& rString, - formula::FormulaGrammar::AddressConvention conv = formula::FormulaGrammar::CONV_OOO, - ScSetStringParam* pParam = NULL ); + bool SetString( + SCROW nRow, SCTAB nTab, const String& rString, formula::FormulaGrammar::AddressConvention eConv, + ScSetStringParam* pParam = NULL ); void SetValue( SCROW nRow, const double& rVal); void SetError( SCROW nRow, const sal_uInt16 nError); |