summaryrefslogtreecommitdiff
path: root/fpicker/source/office/OfficeFilePicker.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-20 16:47:36 +0200
committerNoel Grandin <noel@peralex.com>2013-10-01 10:08:38 +0200
commitab63cac8cf1bb39d68d4faf99bbce99a5751067a (patch)
tree2ab0af9e3b112e415bd768b840e7a0096ba48ddd /fpicker/source/office/OfficeFilePicker.cxx
parent92ee5e9433dec432508175ce9f061b00e35906cb (diff)
convert fpicker module from String to OUString
Change-Id: I665facff9f37f089f97e91f71e45578ad03e0653
Diffstat (limited to 'fpicker/source/office/OfficeFilePicker.cxx')
-rw-r--r--fpicker/source/office/OfficeFilePicker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/OfficeFilePicker.cxx b/fpicker/source/office/OfficeFilePicker.cxx
index 78ac95cc09e8..13c7dbb7b234 100644
--- a/fpicker/source/office/OfficeFilePicker.cxx
+++ b/fpicker/source/office/OfficeFilePicker.cxx
@@ -473,7 +473,7 @@ SvtFileDialog* SvtFilePicker::implCreateDialog( Window* _pParent )
// Set StandardDir if present
if ( !m_aStandardDir.isEmpty())
{
- String sStandardDir = String( m_aStandardDir );
+ OUString sStandardDir = m_aStandardDir;
dialog->SetStandardDir( sStandardDir );
dialog->SetBlackList( m_aBlackList );
}