Kaydet (Commit) d7ce4151 authored tarafından Noel Grandin's avatar Noel Grandin

convert include/svx/pfiledlg.hxx from String to OUString

Change-Id: I7bcc35b1b0a01a474155763f4e59a49f8191ba50
üst a9c5c89f
......@@ -40,7 +40,7 @@ public:
~SvxPluginFileDlg ();
ErrCode Execute();
String GetPath() const;
OUString GetPath() const;
void SetContext( sfx2::FileDialogHelper::Context eNewContext );
};
......
......@@ -44,7 +44,7 @@ ErrCode SvxPluginFileDlg::Execute()
return maFileDlg.Execute();
}
String SvxPluginFileDlg::GetPath() const
OUString SvxPluginFileDlg::GetPath() const
{
return maFileDlg.GetPath();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment