summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-28 13:49:06 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:17 +0200
commit6bd8e015221a1f4096242b09b642af46a1bc4243 (patch)
treebe1367fa2211189be3181331c2205cb09a9427d4 /sfx2/source/appl
parent0357ff2ef7f598568f5f516a0c00f121c6025e29 (diff)
convert source/appl/fileobj.hxx from String to OUString
Change-Id: Ie48cc6bac841ca975a9419be230268c195f35840
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r--sfx2/source/appl/fileobj.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/fileobj.hxx b/sfx2/source/appl/fileobj.hxx
index f0e2eba0b764..131a68c672c8 100644
--- a/sfx2/source/appl/fileobj.hxx
+++ b/sfx2/source/appl/fileobj.hxx
@@ -32,7 +32,7 @@ class SvFileObject : public sfx2::SvLinkSource
{
OUString sFileNm;
OUString sFilter;
- String sReferer;
+ OUString sReferer;
Link aEndEditLink;
SfxMediumRef xMed;
Impl_DownLoadData* pDownLoadData;