diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-06 15:23:01 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-12 11:56:43 +0200 |
commit | 4c3cfe059057f403de3de8889ddead963e4b6952 (patch) | |
tree | 24ec5a3c8c40efdbc0eecb6fee322b9727e90dd9 /include/vcl | |
parent | 8ebb69d34a6caaead5ea916e85253787f6f56f1e (diff) |
convert vcl/fltcall.hxx from String to OUString
Change-Id: I54db835fd93d8e6aceddeeb8d4b254baecc00cbb
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/fltcall.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/fltcall.hxx b/include/vcl/fltcall.hxx index 03a634073d95..651f8eafa5a9 100644 --- a/include/vcl/fltcall.hxx +++ b/include/vcl/fltcall.hxx @@ -36,7 +36,7 @@ struct FltCallDialogParameter Window* pWindow; ResMgr* pResMgr; FieldUnit eFieldUnit; - String aFilterExt; + OUString aFilterExt; // In and Out PropertySequence for all filter dialogs ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aFilterData; |