summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/contentenumeration.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-20 13:15:16 +0200
committerNoel Grandin <noel@peralex.com>2013-08-22 10:49:29 +0200
commit34792b8e1763ee9973b3f0671388f84bf869c975 (patch)
tree76fd62061f472f139bc1d5ccd576eaadbc32171d /svtools/source/contnr/contentenumeration.hxx
parentedffe40425ea44437844e73f238332ef281e8939 (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.hxx4
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 )
{
}