convert vcl/fltcall.hxx from String to OUString

Change-Id: I54db835fd93d8e6aceddeeb8d4b254baecc00cbb
This commit is contained in:
Noel Grandin 2013-08-06 15:23:01 +02:00
parent 8ebb69d34a
commit 4c3cfe0590

View file

@ -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;