diff options
Diffstat (limited to 'include/vcl/fltcall.hxx')
-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 48f7ac973534..e5d6ca66e412 100644 --- a/include/vcl/fltcall.hxx +++ b/include/vcl/fltcall.hxx @@ -39,7 +39,7 @@ struct FltCallDialogParameter OUString aFilterExt; // In and Out PropertySequence for all filter dialogs - ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aFilterData; + css::uno::Sequence< css::beans::PropertyValue > aFilterData; FltCallDialogParameter( vcl::Window* pW, ResMgr* pRsMgr, FieldUnit eFiUni ) : pWindow ( pW ), |