diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-19 13:48:10 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-22 10:49:25 +0200 |
commit | 7df895abf5219332217cea25698a99eb7fd10143 (patch) | |
tree | 7270f143150ba51761f56742b8caaafc6dbf9604 /svtools/source/control/fileurlbox.cxx | |
parent | 2174567506a196f0d347967f72470839baf79249 (diff) |
convert include/svtools/file*.hxx from String to OUString
Change-Id: Ie0e07c61caba1e15475900622c97e0f0426558d6
Diffstat (limited to 'svtools/source/control/fileurlbox.cxx')
-rw-r--r-- | svtools/source/control/fileurlbox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/fileurlbox.cxx b/svtools/source/control/fileurlbox.cxx index 914f25dbbc5e..f62dae2d7d6c 100644 --- a/svtools/source/control/fileurlbox.cxx +++ b/svtools/source/control/fileurlbox.cxx @@ -37,7 +37,7 @@ namespace svt } //--------------------------------------------------------------------- - void FileURLBox::DisplayURL( const String& _rURL ) + void FileURLBox::DisplayURL( const OUString& _rURL ) { String sOldText = GetText(); |