diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-28 13:49:06 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-29 09:30:17 +0200 |
commit | 6bd8e015221a1f4096242b09b642af46a1bc4243 (patch) | |
tree | be1367fa2211189be3181331c2205cb09a9427d4 | |
parent | 0357ff2ef7f598568f5f516a0c00f121c6025e29 (diff) |
convert source/appl/fileobj.hxx from String to OUString
Change-Id: Ie48cc6bac841ca975a9419be230268c195f35840
-rw-r--r-- | sfx2/source/appl/fileobj.hxx | 2 |
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; |