summaryrefslogtreecommitdiff
path: root/sc/inc/targuno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-02 16:36:28 +0200
committerNoel Grandin <noel@peralex.com>2013-10-04 09:09:49 +0200
commitf1503007a8daaa3dcd561248740d285804313d9d (patch)
tree2f53d2413a76ec39ea2fc4d2d4787a327144b9e8 /sc/inc/targuno.hxx
parent89c749db5ad927a1283f7d58d842e097902429a8 (diff)
convert sc/inc/t*.hxx from String to OUString
Change-Id: I23838bc08a625ebf438f0c6352a1bf86c728713b
Diffstat (limited to 'sc/inc/targuno.hxx')
-rw-r--r--sc/inc/targuno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/targuno.hxx b/sc/inc/targuno.hxx
index 9ef1c9494a1e..f18ee62e2fec 100644
--- a/sc/inc/targuno.hxx
+++ b/sc/inc/targuno.hxx
@@ -74,7 +74,7 @@ class ScLinkTargetTypesObj : public ::cppu::WeakImplHelper2<
{
private:
ScDocShell* pDocShell;
- String aNames[SC_LINKTARGETTYPE_COUNT];
+ OUString aNames[SC_LINKTARGETTYPE_COUNT];
public:
ScLinkTargetTypesObj(ScDocShell* pDocSh);
@@ -110,7 +110,7 @@ class ScLinkTargetTypeObj : public ::cppu::WeakImplHelper3<
private:
ScDocShell* pDocShell;
sal_uInt16 nType;
- String aName;
+ OUString aName;
public:
ScLinkTargetTypeObj(ScDocShell* pDocSh, sal_uInt16 nT);