diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-20 13:15:16 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-22 10:49:29 +0200 |
commit | 34792b8e1763ee9973b3f0671388f84bf869c975 (patch) | |
tree | 76fd62061f472f139bc1d5ccd576eaadbc32171d /svtools/source/contnr/contentenumeration.hxx | |
parent | edffe40425ea44437844e73f238332ef281e8939 (diff) |
convert svtools/source/contnr/contentenumation.hxx from String to OUString
Change-Id: I1cdf67cd31ae65543bd27ce5cfc195daf12d0fc2
Diffstat (limited to 'svtools/source/contnr/contentenumeration.hxx')
-rw-r--r-- | svtools/source/contnr/contentenumeration.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/contnr/contentenumeration.hxx b/svtools/source/contnr/contentenumeration.hxx index 95da38a71bfe..4849e4247112 100644 --- a/svtools/source/contnr/contentenumeration.hxx +++ b/svtools/source/contnr/contentenumeration.hxx @@ -148,7 +148,7 @@ namespace svt ::ucbhelper::Content aContent; /** the URL of a folder. Will be ignored if <member>aContent</member> is not <NULL/>. */ - String sURL; + OUString sURL; FolderDescriptor() { } @@ -157,7 +157,7 @@ namespace svt { } - FolderDescriptor( const String& _rURL ) + FolderDescriptor( const OUString& _rURL ) :sURL( _rURL ) { } |