convert vcl/fltcall.hxx from String to OUString
Change-Id: I54db835fd93d8e6aceddeeb8d4b254baecc00cbb
This commit is contained in:
parent
8ebb69d34a
commit
4c3cfe0590
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue