summaryrefslogtreecommitdiff
path: root/svtools/source/control/fileurlbox.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-19 13:48:10 +0200
committerNoel Grandin <noel@peralex.com>2013-08-22 10:49:25 +0200
commit7df895abf5219332217cea25698a99eb7fd10143 (patch)
tree7270f143150ba51761f56742b8caaafc6dbf9604 /svtools/source/control/fileurlbox.cxx
parent2174567506a196f0d347967f72470839baf79249 (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.cxx2
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();