summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-03 09:23:38 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:24 +0200
commitd7ce41516681e78cd81f2f1834b8467074240239 (patch)
treebcc024c2a4f10536dd9e4dee6d0242c990a79c34 /include/svx
parenta9c5c89f22c2c7c1a43a27f18eda8a2f67eff917 (diff)
convert include/svx/pfiledlg.hxx from String to OUString
Change-Id: I7bcc35b1b0a01a474155763f4e59a49f8191ba50
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/pfiledlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/pfiledlg.hxx b/include/svx/pfiledlg.hxx
index e472349a6c53..6c3dba54a9eb 100644
--- a/include/svx/pfiledlg.hxx
+++ b/include/svx/pfiledlg.hxx
@@ -40,7 +40,7 @@ public:
~SvxPluginFileDlg ();
ErrCode Execute();
- String GetPath() const;
+ OUString GetPath() const;
void SetContext( sfx2::FileDialogHelper::Context eNewContext );
};