diff options
Diffstat (limited to 'uui/source/fltdlg.hxx')
-rw-r--r-- | uui/source/fltdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/fltdlg.hxx b/uui/source/fltdlg.hxx index 26ceb81b3cd5..6c245445ab97 100644 --- a/uui/source/fltdlg.hxx +++ b/uui/source/fltdlg.hxx @@ -46,7 +46,7 @@ class FilterDialog : public ModalDialog { // public interface public: - FilterDialog ( Window* pParentWindow ); + FilterDialog ( vcl::Window* pParentWindow ); void SetURL ( const OUString& sURL ); void ChangeFilters( const FilterNameList* pFilterNames ); bool AskForFilter ( FilterNameListPtr& pSelectedItem ); |