summaryrefslogtreecommitdiff
path: root/sc/inc/strload.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-02 17:31:01 +0200
committerNoel Grandin <noel@peralex.com>2013-10-04 09:09:52 +0200
commitf8f90a70ab58426058556c24c64db1f5a85a5574 (patch)
treef147ac3f7d6760c9e234b35fe5a7ada43617579a /sc/inc/strload.hxx
parentf1503007a8daaa3dcd561248740d285804313d9d (diff)
convert sc/inc/s*.hxx from String to OUString
Change-Id: Ie5e439ac664e9725bad9366d31990279b411c475
Diffstat (limited to 'sc/inc/strload.hxx')
-rw-r--r--sc/inc/strload.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/strload.hxx b/sc/inc/strload.hxx
index 85273ee7b734..9607dc86e9af 100644
--- a/sc/inc/strload.hxx
+++ b/sc/inc/strload.hxx
@@ -32,10 +32,10 @@ public:
FreeResource();
}
- const String& GetString() const { return theStr; }
+ const OUString& GetString() const { return theStr; }
private:
- String theStr;
+ OUString theStr;
};