summaryrefslogtreecommitdiff
path: root/sc/inc/address.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-05-28 16:20:59 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-05-28 16:22:27 -0400
commitd5d4e2608d27130f555407b117cef7ca784583ef (patch)
tree6c4883bf8780aaefe04874210048745111aa4edc /sc/inc/address.hxx
parent7e5fb2d5dde2bac990cd5d338e477e99613335fc (diff)
String to rtl::OUString in the external ref manager code.
And fixed the fallouts of this change to get it to build.
Diffstat (limited to 'sc/inc/address.hxx')
-rw-r--r--sc/inc/address.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index 74920c7575b7..8778354d2137 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -280,7 +280,7 @@ public:
struct ExternalInfo
{
- String maTabName;
+ ::rtl::OUString maTabName;
sal_uInt16 mnFileId;
bool mbExternal;