diff options
Diffstat (limited to 'fpicker/source/office/OfficeFilePicker.hxx')
-rw-r--r-- | fpicker/source/office/OfficeFilePicker.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/office/OfficeFilePicker.hxx b/fpicker/source/office/OfficeFilePicker.hxx index 9b4abbfc8143..5f8f331a7f3c 100644 --- a/fpicker/source/office/OfficeFilePicker.hxx +++ b/fpicker/source/office/OfficeFilePicker.hxx @@ -39,7 +39,7 @@ class Dialog; struct FilterEntry; struct ElementEntry_Impl; -enum class PickerExtraBits; +enum class PickerFlags; typedef ::std::list< FilterEntry > FilterList; // can be maintained more effectively typedef ::std::list < ElementEntry_Impl > ElementList; @@ -212,7 +212,7 @@ protected: ) override; protected: - WinBits getWinBits( PickerExtraBits& rExtraBits ); + PickerFlags getPickerFlags(); virtual void notify( sal_Int16 _nEventId, sal_Int16 _nControlId ) override; bool FilterNameExists( const OUString& rTitle ); |