summaryrefslogtreecommitdiff
path: root/fpicker/source/office/iodlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/iodlg.hxx')
-rw-r--r--fpicker/source/office/iodlg.hxx12
1 files changed, 1 insertions, 11 deletions
diff --git a/fpicker/source/office/iodlg.hxx b/fpicker/source/office/iodlg.hxx
index c360d522df94..a83da18df277 100644
--- a/fpicker/source/office/iodlg.hxx
+++ b/fpicker/source/office/iodlg.hxx
@@ -239,19 +239,9 @@ private:
/** updates _pUserFilter with a new filter
<p>No checks for necessity are made.</p>
- @param _bAllowUserDefExt
- set to <TRUE/> if a filter like "*.txt" should reset the DefaultExtension to doc.
- <p>
- In a file-save-dialog this would have the following effect:<br/>
- Say that auto-extension is checked, and the user enters *.txt, while a non-txt filter is selected.<br/>
- If _bAllowUserDefExt is set to <TRUE/>, then a user input of "foo" would save a foo.txt, but in a format
- which is determined by the filter selected (which is no txt file as said above).<br/>
- If _bAllowUserDefExt is set to <FALSE/>, the default extension will be the one of the selected filter, means
- in the above scenario a file "foo.<ext>" will be saved where ext is the extension of the selected filter.
- </p>
@return <TRUE/> if the new filter is "*.*"
*/
- bool createNewUserFilter( const OUString& _rNewFilter, bool _bAllowUserDefExt );
+ bool createNewUserFilter( const OUString& _rNewFilter );
sal_uInt16 adjustFilter( const OUString& _rFilter );