summaryrefslogtreecommitdiffstats
path: root/sc/inc/rangeseq.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-29 20:44:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-30 11:39:01 +0100
commit74929bba736cc6cceed3c088e13f5952abb1bd2b (patch)
tree8a026d95bc586ca6a41686dee32dfa53b659b252 /sc/inc/rangeseq.hxx
parentImprove TIMESTAMP display. (firebird-sdbc) (diff)
downloadcore-74929bba736cc6cceed3c088e13f5952abb1bd2b.tar.gz
core-74929bba736cc6cceed3c088e13f5952abb1bd2b.zip
Related: fdo#38838 remove UniString::ToUpperAscii
things got a little out of hand and I ended up converting quite a bit of calc to OUString Change-Id: I056326d37ffefa8c120cb2e564d166dd9f20f216
Diffstat (limited to 'sc/inc/rangeseq.hxx')
-rw-r--r--sc/inc/rangeseq.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/rangeseq.hxx b/sc/inc/rangeseq.hxx
index b13233d2705d..64e9f6cfb995 100644
--- a/sc/inc/rangeseq.hxx
+++ b/sc/inc/rangeseq.hxx
@@ -98,7 +98,7 @@ class ScByteSequenceToString
public:
// rAny must contain Sequence<sal_Int8>,
// may or may not contain 0-bytes at the end
- static sal_Bool GetString( String& rString, const com::sun::star::uno::Any& rAny,
+ static sal_Bool GetString( OUString& rString, const com::sun::star::uno::Any& rAny,
sal_uInt16 nEncoding );
};