summaryrefslogtreecommitdiff
path: root/sw/source/ui/app
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-14 23:17:08 +0200
committerMichael Stahl <mstahl@redhat.com>2013-08-15 16:38:26 +0200
commit6e0d836ff120ba292ba52f3623a3dd9be04aefc2 (patch)
treea8deb1dd85481c0d09d5cdc29d5440722548889b /sw/source/ui/app
parent6b9d91c924a5b2f41c4cab5f1e86291b5997a681 (diff)
String to OUString, some formatting
Conflicts: sw/source/filter/basflt/fltini.cxx sw/source/ui/dialog/ascfldlg.cxx Change-Id: Ifa12105aa6f747e2797891b6c71128bd96f78bf3
Diffstat (limited to 'sw/source/ui/app')
-rw-r--r--sw/source/ui/app/docsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/app/docsh.cxx b/sw/source/ui/app/docsh.cxx
index cdc1d26c18d8..2a0c0af82921 100644
--- a/sw/source/ui/app/docsh.cxx
+++ b/sw/source/ui/app/docsh.cxx
@@ -676,7 +676,7 @@ sal_Bool SwDocShell::ConvertTo( SfxMedium& rMedium )
// Span Context in order to suppress the Selection's View
sal_uLong nErrno;
- String aFileName( rMedium.GetName() );
+ const OUString aFileName( rMedium.GetName() );
// No View, so the whole Document!
if ( pWrtShell )