summaryrefslogtreecommitdiffstats
path: root/sc/inc/addruno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-04 14:19:33 +0200
committerNoel Grandin <noel@peralex.com>2013-10-08 10:03:08 +0200
commit1162fd425a9dc648348b6112f15317ef51ad10ca (patch)
treeccd094ffd87f06dd019b00a26a391c677a8efb2a /sc/inc/addruno.hxx
parentconvert sc/inc/autonamecache.hxx from String to OUString (diff)
downloadcore-1162fd425a9dc648348b6112f15317ef51ad10ca.tar.gz
core-1162fd425a9dc648348b6112f15317ef51ad10ca.zip
convert sc/inc/addruno.hxx from String to OUString
Change-Id: Ie5a8d1e08edcb8805f21c34cc3bb320c1b78b086
Diffstat (limited to 'sc/inc/addruno.hxx')
-rw-r--r--sc/inc/addruno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/addruno.hxx b/sc/inc/addruno.hxx
index 72e0bd76fc29..08e77f0e3b9c 100644
--- a/sc/inc/addruno.hxx
+++ b/sc/inc/addruno.hxx
@@ -39,7 +39,7 @@ private:
sal_Int32 nRefSheet;
sal_Bool bIsRange;
- sal_Bool ParseUIString( const String& rUIString, ::formula::FormulaGrammar::AddressConvention eConv = ::formula::FormulaGrammar::CONV_OOO );
+ sal_Bool ParseUIString( const OUString& rUIString, ::formula::FormulaGrammar::AddressConvention eConv = ::formula::FormulaGrammar::CONV_OOO );
public: